All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-10 19:19:13 to 2016-06-10 20:29:01 UTC [more...]

NL80211_ATTR_PAD question
 2016-06-10 20:28 UTC  (2+ messages)

[PATCH] netlink.7: describe netlink socket options
 2016-06-10 20:28 UTC 

A Transformation of our Global Context
 2016-06-10 20:28 UTC  (6+ messages)

[PATCH 11/11] oxenstored: honour XEN_{LOG, RUN}_DIR in oxenstored.conf
 2016-06-10 20:27 UTC  (7+ messages)
` [PATCH 0/2] Ocaml: get rid of hard-coded paths in source code
  ` [PATCH 1/2] oxenstored: generate a paths module
  ` [PATCH 2/2] oxenstored: honour XEN_LOG_DIR defined by configure

[PATCH 0/5] Qualcomm Suspend to Idle Support
 2016-06-10 20:26 UTC  (7+ messages)
` [PATCH 2/5] arm: defconfig: Enable PM8941 pwr key
` [PATCH 4/5] ARM: dts: qcom: Remove size elements from pmic reg

[PATCH net-next 0/8] net: dsa: mv88e6xxx: misc probe improvements
 2016-06-10 20:26 UTC  (8+ messages)
` [PATCH net-next 4/8] net: dsa: mv88e6xxx: do not increment bus refcount
` [PATCH net-next 7/8] net: dsa: mv88e6xxx: explicit compatible devices

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-10 20:25 UTC  (9+ messages)
` [PATCH 04/27] upload-pack: move "shallow" sending code out of deepen()
` [PATCH 05/27] upload-pack: remove unused variable "backup"
` [PATCH 06/27] upload-pack: move "unshallow" sending code out of deepen()
` [PATCH 09/27] upload-pack: make check_non_tip() clean things up error

kernel BUG in drivers/scsi/53c700.c:1129
 2016-06-10 20:25 UTC  (3+ messages)

[PATCH nf-next] netfilter: conntrack: align nf_conn on cacheline boundary
 2016-06-10 20:25 UTC 

[PATCH v4 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-10 20:23 UTC  (11+ messages)
` [PATCH v4 01/44] "
` [PATCH v4 16/44] infiniband: "
` [PATCH v4 39/44] sparc: "

[net-next,v3] openvswitch: Add packet truncation support
 2016-06-10 20:22 UTC  (2+ messages)

Kernel crash on mount after SMR disk trouble
 2016-06-10 20:20 UTC  (2+ messages)

nvme-fabrics: crash at nvme connect-all
 2016-06-10 20:18 UTC  (14+ messages)

perf segfault in docker container
 2016-06-10 20:15 UTC  (2+ messages)

[PATCH 0/6] x86: 32-bit compatible C/R on x86_64
 2016-06-10 20:14 UTC  (6+ messages)
` [PATCH 5/6] x86/ptrace: down with test_thread_flag(TIF_IA32)

[lustre-devel] [PATCH] staging: lustre: socklnd: remove typedefs
 2016-06-10 20:14 UTC  (2+ messages)
`  "

[PATCH v6 00/44] libify apply and use lib in am, part 2
 2016-06-10 20:11 UTC  (44+ messages)
` [PATCH v6 01/44] apply: move 'struct apply_state' to apply.h
` [PATCH v6 02/44] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH v6 03/44] builtin/apply: read_patch_file() "
` [PATCH v6 04/44] builtin/apply: make find_header() "
` [PATCH v6 05/44] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v6 06/44] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v6 07/44] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v6 08/44] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v6 09/44] builtin/apply: move init_apply_state() to apply.c
` [PATCH v6 10/44] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v6 11/44] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v6 12/44] builtin/apply: move check_apply_state() to apply.c
` [PATCH v6 13/44] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH v6 14/44] builtin/apply: make parse_traditional_patch() "
` [PATCH v6 15/44] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v6 16/44] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v6 17/44] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v6 18/44] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v6 19/44] builtin/apply: make remove_file() "
` [PATCH v6 20/44] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v6 21/44] builtin/apply: make add_index_file() "
` [PATCH v6 22/44] builtin/apply: make create_file() "
` [PATCH v6 23/44] builtin/apply: make write_out_one_result() "
` [PATCH v6 24/44] builtin/apply: make write_out_results() "
` [PATCH v6 25/44] builtin/apply: make try_create_file() "
` [PATCH v6 26/44] builtin/apply: make create_one_file() "
` [PATCH v6 27/44] builtin/apply: rename option parsing functions
` [PATCH v6 28/44] apply: rename and move opt constants to apply.h
` [PATCH v6 30/44] apply: make some parsing functions static again
` [PATCH v6 31/44] run-command: make dup_devnull() non static
` [PATCH v6 32/44] environment: add set_index_file()
` [PATCH v6 33/44] builtin/am: use apply api in run_apply()
` [PATCH v6 34/44] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v6 35/44] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v6 36/44] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v6 37/44] apply: don't print on stdout when be_silent is set
` [PATCH v6 38/44] usage: add set_warn_routine()
` [PATCH v6 39/44] usage: add get_error_routine() and get_warn_routine()
` [PATCH v6 40/44] apply: change error_routine when be_silent is set
` [PATCH v6 41/44] am: use be_silent in 'struct apply_state' to shut up applying patches
` [PATCH v6 42/44] run-command: make dup_devnull() static again
` [PATCH v6 43/44] builtin/apply: add a cli option for be_silent
` [PATCH v6 44/44] apply: use error_errno() where possible

[lustre-devel] [PATCH] staging: lustre: o2iblnd: remove typedefs
 2016-06-10 20:13 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v6 0/9] IEEE 754-2008 support for Mips
 2016-06-10 20:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 8/9] target-mips: Add nan2008 flavor of <CEIL|CVT|FLOOR|ROUND|TRUNC>.<L|W>.<S|D>

[Qemu-devel] [PATCH v2 0/3] coccinelle: Clean up error checks and return value variables
 2016-06-10 20:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] error: Remove NULL checks on error_propagate() calls
` [Qemu-devel] [PATCH v2 2/3] error: Remove unnecessary local_err variables
` [Qemu-devel] [RFC v2 3/3] Remove unnecessary variables for function return value

[PATCH 0/2] fs: copy_mount_options improvements
 2016-06-10 20:11 UTC  (3+ messages)
` [PATCH 1/2] fs: Improve and simplify copy_mount_options
` [PATCH 2/2] fs: Disallow mount options strings longer than PAGE_SIZE - 1

[NAK] [PATCH v4 00/29] Fixed issues raised by tglx, then move visorbus to drivers/virt
 2016-06-10 20:10 UTC  (2+ messages)

[PATCH 1/2] drm: vc4: set permissions for ioctls
 2016-06-10 20:08 UTC  (4+ messages)

[tip:x86/urgent] x86/quirks: Add early quirk to reset Apple AirPort card
 2016-06-10 20:08 UTC  (11+ messages)

[V3, 1/4] dt: bindings: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-06-10 20:06 UTC  (4+ messages)
  ` [V3, 2/4] spi: bcm-qspi: Add SPI flash and MSPI driver
  ` [V3, 3/4] arm: dts: Add bcm-nsp and bcm958625k support
  ` [V3, 4/4] arm64: dts: Add ns2 SoC support

Testcases for Custom Image -- Adding and Removing Packages
 2016-06-10 20:05 UTC 

[PATCH 1/5] NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()
 2016-06-10 20:05 UTC  (2+ messages)

case sensitivity for devicetree node names
 2016-06-10 20:05 UTC 

[GIT PULL] Btrfs
 2016-06-10 20:01 UTC 

[PATCH V9 00/11] Support for ARM64 ACPI based PCI host controller
 2016-06-10 19:55 UTC  (27+ messages)
` [PATCH V9 01/11] PCI/ECAM: Move ecam.h to linux/include/pci-ecam.h
` [PATCH V9 02/11] PCI/ECAM: Add parent device field to pci_config_window
` [PATCH V9 03/11] PCI: Add new function to unmap IO resources
` [PATCH V9 04/11] ACPI/PCI: Support IO resources when parsing PCI host bridge resources
` [PATCH V9 05/11] ACPI/PCI: Add generic MCFG table handling
` [PATCH V9 06/11] PCI: Refactor generic bus domain assignment
` [PATCH V9 07/11] PCI: Factor DT specific pci_bus_find_domain_nr() code out
` [PATCH V9 08/11] ARM64/PCI: Add ACPI hook to assign domain number
` [PATCH V9 09/11] ARM64/PCI: ACPI support for legacy IRQs parsing and consolidation with DT code
` [PATCH V9 10/11] ARM64/PCI: Implement ACPI low-level calls to access PCI_Config region from AML
` [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller

Allocator behaviour during device delete
 2016-06-10 19:58 UTC  (5+ messages)

[PATCH 1/2] drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions
 2016-06-10 19:57 UTC  (2+ messages)

[PATCH v2 0/3] mwifiex: add .get_tx_power and .get_antenna cfg80211 operations
 2016-06-10 19:54 UTC  (9+ messages)
` [PATCH v2 2/3] mwifiex: move .get_tx_power logic to station ioctl file

[PATCH 1/1] update-rc.d.bbclass: Disable class when sysvinit is not in DISTRO_FEATURES
 2016-06-10 19:53 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/2] tools: moveconfig: Add a new --git-ref option
 2016-06-10 19:53 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo
  ` [U-Boot] [PATCH v3 2/4] tools: moveconfig: New color used for changed defconfig
  ` [U-Boot] [PATCH v3 3/4] tools: moveconfig: Fix bug in make Slot.poll()
  ` [U-Boot] [PATCH v3 4/4] tools: moveconfig: Add a new --git-ref option

[PATCH v2 1/2] dt-bindings: add Starry KR122EA0SRA panel binding
 2016-06-10 19:52 UTC  (4+ messages)

[PATCH] generic/131: dynamically allocate tcp listen port to avoid port clashes
 2016-06-10 19:48 UTC  (2+ messages)

[PATCH] genirq: remove unnecessary memset() calls
 2016-06-10 19:46 UTC  (2+ messages)
` [tip:irq/core] genirq: Remove "

[PATCH] genirq: Remove redundent check of NUll'ness of irq_desc
 2016-06-10 19:46 UTC  (2+ messages)
` [tip:irq/core] genirq: Remove redundant NULL check "

[PATCH v7 0/3] Add Amlogic secure monitor driver
 2016-06-10 19:44 UTC  (12+ messages)
  ` [PATCH v7 1/3] firmware: Amlogic: Add "
  ` [PATCH v7 2/3] documentation: Add secure monitor binding documentation
  ` [PATCH v7 3/3] ARM64: dts: amlogic: gxbb: Enable secure monitor

[kernel-hardening] [RFC][PATCH v2 0/4] mm: Hardened usercopy
 2016-06-10 19:44 UTC  (3+ messages)
` [kernel-hardening] [RFC][PATCH 6/4] mm: disallow user copy to/from separately allocated pages
  ` [kernel-hardening] [RFC][PATCH v2 "

[U-Boot] [PATCH] configs: Fixup after BOOTDELAY migration
 2016-06-10 19:43 UTC  (2+ messages)
` [U-Boot] [PATCH v2] configs: Fixup afet "

[PATCH v4 0/4] tpm: Command duration logging and chip-specific override
 2016-06-10 19:42 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/4] tpm: Allow TPM chip drivers to override reported command durations

[PATCH net-next, v2] tools: hv: Add a script to help bonding synthetic and VF NICs
 2016-06-10 21:23 UTC  (2+ messages)
` [PATCH net-next,v2] "

[Buildroot] [PATCH 1/1] board: add support for LinkSprite pcDuino
 2016-06-10 19:40 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PATCH v2] backlight: lp855x: Add enable regulator
 2016-06-10 19:39 UTC  (3+ messages)

[PATCH v2 0/6] reduce overlinking in applications
 2016-06-10 19:38 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] mk: sort drivers in static application link list

[U-Boot] [PATCH RESEND 0/2 v2] Introduce hexdump
 2016-06-10 19:37 UTC  (7+ messages)
` [U-Boot] [PATCH RESEND 1/2 v2] linux-compat: Use original kern_levels.h for kernel debug levels
` [U-Boot] [PATCH RESEND 2/2 v2] lib: Add hexdump

[PATCH] events/uprobes: move smp_read_barrier_depends() where needed
 2016-06-10 19:36 UTC  (6+ messages)

Using irq-crossbar.c
 2016-06-10 19:36 UTC  (3+ messages)

do_patch through Yocto fails while "git am" succeed
 2016-06-10 19:32 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: BCM5310x switch support
 2016-06-10 19:32 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: BCM5310x: Enable switch ports on SmartRG SR400AC

New namespace design and clone(2) flags exhaustion
 2016-06-10 19:32 UTC 

[U-Boot] [PATCH v3] sunxi: FEL - Add the ability to recognize and auto-import uEnv-style data
 2016-06-10 19:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[Qemu-devel] [PATCH v4] spapr: Ensure all LMBs are represented in ibm, dynamic-memory
 2016-06-10 19:29 UTC  (2+ messages)

[PATCH 00/13] Add R8A7794/SILK board eMMC DT support
 2016-06-10 19:29 UTC  (9+ messages)
` [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

[U-Boot] [PATCH v2] sunxi: Support booting from SPI flash
 2016-06-10 19:28 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.7-3 tag
 2016-06-10 19:26 UTC  (3+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2016-06-10 19:25 UTC 

[U-Boot] [PATCH 0/2] sunxi: Fix SRAM C corruption issue on Allwinner A64
 2016-06-10 19:24 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Downclock AHB1 to 100MHz "

[Qemu-devel] [PULL 00/15] tb hash improvements
 2016-06-10 19:24 UTC  (5+ messages)

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-06-10_15-00-47
 2016-06-10 19:23 UTC 

PATCH [0/1] ipv4: Prevent malformed UFO fragments in ip_append_page
 2016-06-10 19:21 UTC 

PATCH [1/1] ipv4: Prevent malformed UFO fragments in ip_append_page
 2016-06-10 19:21 UTC 

[PATCH] backport: define nla_put_u64_64bit() for < 4.7 kernels
 2016-06-10 19:21 UTC  (2+ messages)

[Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
 2016-06-10 19:10 UTC  (4+ messages)
` [Qemu-devel] [Bug 1589153] "

[PATCH net-next 0/2] bpf: couple of fixes
 2016-06-10 19:19 UTC  (3+ messages)
` [PATCH net-next 1/2] bpf: enforce recursion limit on redirects
` [PATCH net-next 2/2] bpf: reject wrong sized filters earlier


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.