public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-11 12:02:35 to 2014-04-11 16:24:25 UTC [more...]

[PATCH 3.13 00/65] 3.13.10-stable review
 2014-04-11 16:11 UTC  (3+ messages)
` [PATCH 3.13 29/65] ipv6: Avoid unnecessary temporary addresses being generated
` [PATCH 3.13 65/65] crypto: ghash-clmulni-intel - use C implementation for setkey()

NUMA node information for pages
 2014-04-11 16:24 UTC  (6+ messages)
              ` [PATCH] drivers/base/node.c: export physical address range of given node (Re: NUMA node information for pages)

[PATCH 3.14 00/23] 3.14.1-stable review
 2014-04-11 16:12 UTC  (24+ messages)
` [PATCH 3.14 01/23] Revert "ALSA: hda - Increment default stream numbers for AMD HDMI controllers"
` [PATCH 3.14 02/23] selinux: correctly label /proc inodes in use before the policy is loaded
` [PATCH 3.14 03/23] x86, pageattr: Export page unmapping interface
` [PATCH 3.14 04/23] x86/efi: Make efi virtual runtime map passing more robust
` [PATCH 3.14 05/23] futex: avoid race between requeue and wake
` [PATCH 3.14 06/23] xen-netback: remove pointless clause from if statement
` [PATCH 3.14 07/23] xen-netback: worse-case estimate in xenvif_rx_action is underestimating
` [PATCH 3.14 08/23] xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
` [PATCH 3.14 09/23] ipv6: some ipv6 statistic counters failed to disable bh
` [PATCH 3.14 10/23] netlink: dont compare the nul-termination in nla_strcmp
` [PATCH 3.14 11/23] xen-netback: disable rogue vif in kthread context
` [PATCH 3.14 12/23] Call efx_set_channels() before efx->type->dimension_resources()
` [PATCH 3.14 13/23] net: vxlan: fix crash when interface is created with no group
` [PATCH 3.14 14/23] isdnloop: Validate NUL-terminated strings from user
` [PATCH 3.14 15/23] isdnloop: several buffer overflows
` [PATCH 3.14 16/23] rds: prevent dereference of a NULL device in rds_iw_laddr_check
` [PATCH 3.14 17/23] net/at91_ether: avoid NULL pointer dereference
` [PATCH 3.14 18/23] iwlwifi: mvm: rs: fix search cycle rules
` [PATCH 3.14 19/23] ARC: [nsimosci] Change .dts to use generic 8250 UART
` [PATCH 3.14 20/23] ARC: [nsimosci] Unbork console
` [PATCH 3.14 21/23] futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
` [PATCH 3.14 22/23] m68k: Skip "
` [PATCH 3.14 23/23] crypto: ghash-clmulni-intel - use C implementation for setkey()

[PATCH] tcp: fix compiler array bounds warning on selective_acks[]
 2014-04-11 16:12 UTC  (3+ messages)

[PATCH 3.10 00/41] 3.10.37-stable review
 2014-04-11 16:10 UTC  (38+ messages)
` [PATCH 3.10 01/41] selinux: correctly label /proc inodes in use before the policy is loaded
` [PATCH 3.10 06/41] cpuidle: Check the result of cpuidle_get_driver() against NULL
` [PATCH 3.10 07/41] net: fix for a race condition in the inet frag code
` [PATCH 3.10 08/41] net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
` [PATCH 3.10 09/41] bridge: multicast: add sanity check for query source addresses
` [PATCH 3.10 10/41] inet: frag: make sure forced eviction removes all frags
` [PATCH 3.10 11/41] net: unix: non blocking recvmsg() should not return -EINTR
` [PATCH 3.10 12/41] ipv6: Fix exthdrs offload registration
` [PATCH 3.10 13/41] ipv6: dont set DST_NOCOUNT for remotely added routes
` [PATCH 3.10 14/41] vlan: Set correct source MAC address with TX VLAN offload enabled
` [PATCH 3.10 15/41] tcp: tcp_release_cb() should release socket ownership
` [PATCH 3.10 16/41] net: socket: error on a negative msg_namelen
` [PATCH 3.10 17/41] ipv6: Avoid unnecessary temporary addresses being generated
` [PATCH 3.10 18/41] ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
` [PATCH 3.10 19/41] vxlan: fix potential NULL dereference in arp_reduce()
` [PATCH 3.10 20/41] rtnetlink: fix fdb notification flags
` [PATCH 3.10 21/41] ipmr: fix mfc "
` [PATCH 3.10 22/41] ip6mr: "
` [PATCH 3.10 23/41] netpoll: fix the skb check in pkt_is_ns
` [PATCH 3.10 24/41] tg3: Do not include vlan acceleration features in vlan_features
` [PATCH 3.10 25/41] usbnet: include wait queue head in device structure
` [PATCH 3.10 26/41] vlan: Set hard_header_len according to available acceleration
` [PATCH 3.10 27/41] vhost: fix total length when packets are too short
` [PATCH 3.10 28/41] vhost: validate vhost_get_vq_desc return value
` [PATCH 3.10 29/41] xen-netback: remove pointless clause from if statement
` [PATCH 3.10 30/41] ipv6: some ipv6 statistic counters failed to disable bh
` [PATCH 3.10 31/41] netlink: dont compare the nul-termination in nla_strcmp
` [PATCH 3.10 32/41] isdnloop: Validate NUL-terminated strings from user
` [PATCH 3.10 33/41] isdnloop: several buffer overflows
` [PATCH 3.10 34/41] rds: prevent dereference of a NULL device in rds_iw_laddr_check
` [PATCH 3.10 35/41] ARC: [nsimosci] Change .dts to use generic 8250 UART
` [PATCH 3.10 36/41] ARC: [nsimosci] Unbork console
` [PATCH 3.10 37/41] futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
` [PATCH 3.10 38/41] m68k: Skip "
` [PATCH 3.10 39/41] crypto: ghash-clmulni-intel - use C implementation for setkey()
` [PATCH 3.10 40/41] cpufreq: Fix governor start/stop race condition
` [PATCH 3.10 41/41] cpufreq: Fix timer/workqueue corruption due to double queueing

[PATCH -mm v2.1] mm: get rid of __GFP_KMEMCG
 2014-04-11 16:07 UTC  (3+ messages)
` [PATCH -mm v2.2] "

Fwd: [crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
 2014-04-11 16:03 UTC  (2+ messages)

[PATCH] mmc: sdhci: Set ocr_avail directly based on vmmc
 2014-04-11 15:59 UTC  (3+ messages)

[PATCH V2] Add support for flag status register on Micron chips
 2014-04-11 15:57 UTC  (2+ messages)

[PATCH -mm v2.2] mm: get rid of __GFP_KMEMCG
 2014-04-11 15:57 UTC  (3+ messages)
` [PATCH -mm] slab: document kmalloc_order

[PATCH] Save PG_head_mask in VMCOREINFO
 2014-04-11 15:50 UTC 

[PATCH] pinctrl/TB10x: Fix signedness bug
 2014-04-11 14:46 UTC 

[PATCH] Update Maintainers for IBM Power 842, vscsi, and vfc drivers
 2014-04-11 15:42 UTC  (2+ messages)

[PATCH v2 00/12] scsi/NCR5380: fix debugging macros and #include structure
 2014-04-11 14:39 UTC  (2+ messages)

[PATCH V1 0/2] da9063: Support for RTC and register definition updates
 2014-04-11 15:32 UTC  (5+ messages)
` [PATCH V1 2/2] rtc: da9063: RTC driver

[RFC][PATCH 0/8] sched,idle: need resched polling rework
 2014-04-11 15:30 UTC  (14+ messages)
` [RFC][PATCH 1/8] sched,idle,alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAG
` [RFC][PATCH 2/8] sched,idle,tile: "
` [RFC][PATCH 3/8] sched,idle,ia64: "
` [RFC][PATCH 4/8] sched,idle,x86: "
` [RFC][PATCH 5/8] sched,idle: Remove TS_POLLING support
` [RFC][PATCH 6/8] sched,idle: Avoid spurious wakeup IPIs
` [RFC][PATCH 7/8] sched,idle: Delay clearing the polling bit
` [RFC][PATCH 8/8] sched,idle: Reflow cpuidle_idle_call()

sched: hang in migrate_swap
 2014-04-11 15:16 UTC  (14+ messages)

[PATCH 0/5] core: Convert thread iteration to use for_each[_process]_thread APIs, 1st pile
 2014-04-11 15:22 UTC  (9+ messages)
` [PATCH 2/5] tracepoint: Convert process iteration to use for_each_process_thread()
      ` [PATCH 0/2] Was: "
        ` [PATCH RESEND 1/2] tracing: syscall_*regfunc() can race with copy_process()

[PATCH] ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
 2014-04-11 15:20 UTC  (2+ messages)

[Query]: tick-sched: why don't we stop tick when we are running idle task?
 2014-04-11 15:18 UTC  (6+ messages)

[PATCH] rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11 15:17 UTC  (3+ messages)

[PATCH v4 0/7] Add ST Keyscan driver
 2014-04-11 15:07 UTC  (8+ messages)
` [PATCH v4 1/7] drivers: input: keyboard: st-keyscan: add keyscan driver
` [PATCH v4 2/7] driver: reset: sti: add keyscan for stih415
` [PATCH v4 3/7] driver: reset: sti: add keyscan for stih416
` [PATCH v4 4/7] ARM: STi: DT: add keyscan for stih415
` [PATCH v4 5/7] ARM: STi: DT: add keyscan for stih416
` [PATCH v4 6/7] ARM: STi: DT: add keyscan for stih41x-b2000
` [PATCH v4 7/7] ARM: multi_v7_defconfig: add ST Keyscan driver

[PATCH v2] axs_nand - add driver for NAND controller used on Synopsys AXS dev boards
 2014-04-11 15:07 UTC  (5+ messages)

3.14.0+/x86: lockdep and mutexes not getting along
 2014-04-11 15:07 UTC  (10+ messages)
  ` cred_guard_mutex vs seq_file::lock [was: Re: 3.14.0+/x86: lockdep and mutexes not getting along]

[PATCH v3 0/7] Add ST Keyscan driver
 2014-04-11 15:00 UTC  (15+ messages)
` [PATCH v3 1/7] drivers: input: keyboard: st-keyscan: add keyscan driver
` [PATCH v3 2/7] ARM: STi: DT: add keyscan for stih415
` [PATCH v3 2/7] driver: reset: sti: "
` [PATCH v3 3/7] ARM: STi: DT: add keyscan for stih416
` [PATCH v3 3/7] driver: reset: sti: "
` [PATCH v3 4/7] ARM: STi: DT: add keyscan for stih415
` [PATCH v3 4/7] ARM: STi: DT: add keyscan for stih41x-b2000
` [PATCH v3 5/7] ARM: STi: DT: add keyscan for stih416
` [PATCH v3 5/7] ARM: multi_v7_defconfig: add ST Keyscan driver
` [PATCH v3 6/7] ARM: STi: DT: add keyscan for stih41x-b2000
` [PATCH v3 6/7] driver: reset: sti: add keyscan for stih415
` [PATCH v3 7/7] ARM: multi_v7_defconfig: add ST Keyscan driver
` [PATCH v3 7/7] driver: reset: sti: add keyscan for stih416

[PATCH/RFC v3 0/5] LED / flash API integration
 2014-04-11 14:56 UTC  (6+ messages)
` [PATCH/RFC v3 1/5] leds: Add sysfs and kernel internal API for flash LEDs
` [PATCH/RFC v3 2/5] leds: Improve and export led_update_brightness function
` [PATCH/RFC v3 3/5] leds: Add support for max77693 mfd flash cell
` [PATCH/RFC v3 4/5] DT: Add documentation for the mfd Maxim max77693 "
` [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

[PATCH 00/15 V3] perf, c2c: Add new tool to analyze cacheline contention on NUMA systems
 2014-04-11 14:57 UTC  (8+ messages)
` [PATCH 05/15 V3] perf, c2c: Rework setup code to prepare for features

[Query]: tick-sched: can idle_active be false in tick_nohz_idle_exit()?
 2014-04-11 14:35 UTC  (4+ messages)

[PATCH 1/3] dts: socfpga: Add bindings for Altera SoC SDRAM controller
 2014-04-11 14:49 UTC  (9+ messages)

[PATCH] ARM: moxart: add select CLKSRC_OF to ARCH_MOXART
 2014-04-11 14:40 UTC 

[PATCH v2] i2c: busses: ali1563: fix checkpatch.pl issues
 2014-04-11 14:38 UTC  (2+ messages)

[PATCH] perf tools: Adjust symbols in VDSO
 2014-04-11 14:25 UTC 

[PATCH] perf tools: Adjust symbols in VDSO
 2014-04-11 13:19 UTC 

[x86, smap] general protection fault: fff2 [#1] PREEMPT DEBUG_PAGEALLOC
 2014-04-11 14:17 UTC  (2+ messages)

MCB fixes for 3.15-rc1
 2014-04-11 14:16 UTC  (2+ messages)

[PATCH] virtio-scsi: Skip setting affinity on uninitialized vq
 2014-04-11 14:15 UTC  (2+ messages)

[PATCH] block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
 2014-04-11 14:09 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Fix incorrect condition check in trigger()
 2014-04-11 14:10 UTC 

[GIT PULL] tracing: Final cleanup of the tracepoint mess
 2014-04-11 14:05 UTC 

[RFC] blk-mq: support for shared tags
 2014-04-11 13:56 UTC  (7+ messages)
` [PATCH 3/4] blk-mq: move request structures into struct blk_mq_tags

[PATCH v7 4/6] pci: Introduce a domain number for pci_host_bridge
 2014-04-11 13:51 UTC  (4+ messages)

[visorchipset] invalid opcode: 0000 [#1] PREEMPT SMP
 2014-04-11 13:51 UTC  (6+ messages)

[PATCH] net: ipv4: current group_info should be put after using
 2014-04-12  2:53 UTC  (2+ messages)

[PATCH] support thinkpad HKEY interface version 0x200
 2014-04-11 13:43 UTC  (4+ messages)
` [ibm-acpi-devel] "

[PATCH] staging: wlan-ng: fix bad symbol declaration
 2014-04-11 13:41 UTC  (2+ messages)

[PATCH 2/6] shm: add sealing API
 2014-04-11 13:43 UTC  (4+ messages)

[PATCH RESEND 0/5] ARM: berlin: add pinctrl support
 2014-04-11 13:35 UTC  (5+ messages)
` [PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs

[PATCH] net: ipv4: current group_info should be put after using
 2014-04-11 17:37 UTC  (3+ messages)

[RFC PATCH RT] rwsem: The return of multi-reader PI rwsems
 2014-04-11 13:25 UTC  (5+ messages)
` [RFC PATCH RT V2] "
  ` [RFC PATCH RT V3] "

[PATCH 0/9] ARM: STi: Add Clock driver support STiH415 & STiH416
 2014-04-11 13:19 UTC  (10+ messages)
` [PATCH 1/9] ARM: STi: DT: STiH416: 416 DT Entry for clockgen A0/1/10/11/12
` [PATCH 2/9] ARM: STi: DT: STiH416: Remove unused CLK_S_ICN_REG_0 fixed clock
` [PATCH 3/9] ARM: STi: DT: STiH416: Remove unused CLK_S_GMAC0_PHY & CLK_S_ETH1_PHY fixed clocks
` [PATCH 4/9] ARM: STi: DT: STiH416: 416 DT Entry for clockgen B/C/D/E/F
` [PATCH 5/9] ARM: STi: DT: STiH416: 416 DT Entry for clockgen A9/DDR/GPU
` [PATCH 6/9] ARM: STi: DT: STiH415: 415 DT Entry for clockgen A0/1/10/11/12
` [PATCH 7/9] ARM: STi: DT: STiH415: Remove unused CLK_S_ICN_REG_0 fixed clock
` [PATCH 8/9] ARM: STi: DT: STiH415: Remove unused CLK_S_GMAC0_PHY & CLK_S_ETH1_PHY fixed clocks
` [PATCH 9/9] ARM: STi: DT: STiH415: 415 DT Entry for clockgen A9

[RFC PATCH] edac: add support for ARM PL310 L2 cache parity
 2014-04-11 13:14 UTC  (10+ messages)

[PATCH v2] perf list: Fix --raw-dump argument
 2014-04-11 13:14 UTC  (4+ messages)

[PATCH v3] perf list: Fix --raw-dump argument
 2014-04-11 13:13 UTC 

[PATCH v3 0/7] ARM: sunxi: add multi pin controller support
 2014-04-11 13:07 UTC  (7+ messages)
` [PATCH v3 1/7] pinctrl: sunxi: check clk_prepare_enable return value
` [PATCH v3 2/7] pinctrl: sunxi: disable clk when failing to probe pin controller
` [PATCH v3 6/7] pinctrl: sunxi: add reset control support

[PATCH RFC v5 0/2] clk: Support for DT assigned clock parents and rates
 2014-04-11 13:08 UTC  (5+ messages)
` [PATCH RFC v5 2/2] clk: Add handling of clk parent and rate assigned from DT

[for-next][PATCH] tracing: Add missing function triggers dump and cpudump to README
 2014-04-11 13:00 UTC 

[PATCH 1/1] FS: Add generic data flush to fsync
 2014-04-11 13:00 UTC  (3+ messages)

[PATCH] staging: vt6656: fix bad symbol declaration
 2014-04-11 12:59 UTC 

[PATCH] staging: rts5139: fix bad symbol declaration
 2014-04-11 12:58 UTC 

[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
 2014-04-11 12:46 UTC  (11+ messages)
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT

[PATCH] initramfs: remove "compression mode" choice
 2014-04-11 12:55 UTC  (3+ messages)

mm,x86: warning at arch/x86/mm/pat.c:781 untrack_pfn+0x65/0xb0()
 2014-04-11 12:50 UTC 

[PATCH 00/15] wire up renameat2 syscall for various archs
 2014-04-11 12:45 UTC  (7+ messages)
` [PATCH 02/15] arm: __NR_syscalls fix

[PATCH v3 0/5] x86: fix hang when AP bringup is too slow
 2014-04-10 17:14 UTC  (2+ messages)
` [PATCH v3 2/5] x86: log error on secondary CPU wakeup failure at ERR level

DRM security flaws and security levels
 2014-04-11 12:42 UTC 

[PATCH RESEND 2/2] tracing: syscall_regfunc() should not skip kernel threads
 2014-04-11 12:37 UTC  (12+ messages)

[RFC PATCH 4/6] uprobes/x86: Emulate rip-relative call's
 2014-04-11 12:23 UTC  (8+ messages)
          `  "

[PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
 2014-04-11 12:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox