public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-18 19:31:47 to 2011-10-19 07:35:30 UTC [more...]

iwlagn is getting very shaky
 2011-10-19  7:19 UTC  (13+ messages)

[patch net-next]alx: Atheros AR8131/AR8151/AR8152/AR8161 Ethernet driver
 2011-10-19  7:33 UTC  (2+ messages)

PROBLEM: System call 'sendmsg' of process ospfd (quagga) causes kernel oops
 2011-10-19  7:30 UTC  (6+ messages)

kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
 2011-10-19  7:30 UTC  (3+ messages)

[GIT PULL 0/7] perf/core fixes and improvements
 2011-10-19  7:14 UTC  (14+ messages)
` [PATCH 1/7] perf hists browser: Add missing hotkeys to the help window
` [PATCH 2/7] perf tui: Catch signals to exit gracefully
` [PATCH 3/7] perf ui browser: Allow initial use without navigation UI elements
` [PATCH 4/7] perf hists: Don't format the percentage on hist_entry__snprintf
` [PATCH 5/7] perf tui: Remove unneeded call to newtCls on startup
` [PATCH 6/7] perf ui browser: Make the colors configurable and change the defaults
        ` [PATCH] perf ui browser: Honour the xterm colors
` [PATCH 7/7] perf top tui: Give color hints just on the percentage, like on --stdio

[RFC] [PATCH -rt 0/5] patchset focusing on cpu hotplug
 2011-10-19  7:14 UTC  (3+ messages)
` [PATCH -rt 4/5] workqueue: hotplug fix

[PATCH] jump_label_inc may return before the code is patched
 2011-10-19  7:03 UTC  (4+ messages)

high-order allocation + highmem + streaming DMA - possible?
 2011-10-19  6:45 UTC 

[PATCH 07/12] perf_events: add LBR software filter support for Intel X86
 2011-10-19  6:44 UTC  (5+ messages)
` [RFC PATCH] x86: Add a sanity test of x86 decoder

Vanilla-Kernel 3 - page allocation failure
 2011-10-19  6:45 UTC  (9+ messages)

[PATCH] Fix guest memory leak and panic
 2011-10-19  6:12 UTC  (3+ messages)

[PATCH] ASoC: ssm2602: Use snd_soc_update_bits for read-modify-write
 2011-10-19  6:07 UTC 

ALSA: HDA: conexant support for Lenovo T520/W520
 2011-10-19  6:00 UTC  (6+ messages)

[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
 2011-10-19  5:43 UTC  (4+ messages)
` [PATCH -V7 25/26] ext4: Implement rich acl for ext4

Possible race between cgroup_attach_proc and de_thread, and questionable code in de_thread
 2011-10-19  5:43 UTC  (9+ messages)
          ` [PATCH][BUGFIX] cgroups: more safe tasklist locking in cgroup_attach_proc
              ` [PATCH 2/2] cgroups: convert ss->attach to use whole threadgroup flex_array (cpuset, memcontrol)

[PATCH] ipmi: This patch decreases the IPMI message transaction time in Interrupt mode
 2011-10-19  5:31 UTC 

[patch] cpusets: allow PF_THREAD_BOUND kworkers to escape from a cpuset
 2011-10-19  5:28 UTC  (23+ messages)
                ` [patch] cpusets, cgroups: disallow attaching kthreadd
                  ` patch] "
                      ` [patch-final] "

[RFC] cgroup: syscalls limiting subsystem
 2011-10-19  5:26 UTC  (2+ messages)

[PATCH v2 0/5] Device tree support for regulators
 2011-10-19  5:33 UTC  (7+ messages)
` [PATCH v2 3/5] regulator: helper routine to extract regulator_init_data

[patch 1/2] slab: rename slab_break_gfp_order to slab_max_order
 2011-10-19  5:09 UTC  (2+ messages)
` [patch 2/2] slab: introduce slab_max_order kernel parameter

[PATCH 0/3] ARM 4Kstacks: introduction
 2011-10-19  5:02 UTC  (10+ messages)
` [PATCH 1/3] ARM 4Kstacks: Add support for 4K kernel stacks to ARM
` [PATCH 2/3] ARM: Add static kernel function stack size analyzer, for ARM
` [PATCH 3/3] ARM 4Kstacks: Decrease poll and select stack usage, when using 4K stacks

[PATCH] drivers/leds/leds-lp5521.c: check if reset is successful
 2011-10-19  4:33 UTC  (3+ messages)

user namespaces: fix some uid/privilege leaks
 2011-10-19  4:33 UTC  (14+ messages)
` [PATCH 1/9] pid_ns: ensure pid is not freed during kill_pid_info_as_uid
` [PATCH 2/9] user namespace: usb: make usb urbs user namespace aware (v2)
` [PATCH 3/9] user namespace: make signal.c respect user namespaces (v4)
` [PATCH 4/9] User namespace: don't allow sysctl in non-init user ns (v2)
` [PATCH 5/9] user namespace: clamp down users of cap_raised
` [PATCH 6/9] Add Documentation/namespaces/user_namespace.txt (v3)
` [PATCH 7/9] user namespace: make each net (net_ns) belong to a user_ns
` [PATCH 8/9] protect cap_netlink_recv from user namespaces
` [PATCH 9/9] make net/core/scm.c uid comparisons user namespace aware
      ` [PATCH 9/9] make net/core/scm.c uid comparisons user namespace aware (v2)

[PATCHSET block/for-next] fix request_queue life-cycle management
 2011-10-19  4:29 UTC  (12+ messages)
` [PATCH 01/10] block: make gendisk hold a reference to its queue
` [PATCH 02/10] block: fix genhd refcounting in blkio_policy_parse_and_set()
` [PATCH 03/10] block: move blk_throtl prototypes to block/blk.h
` [PATCH 04/10] block: pass around REQ_* flags instead of broken down booleans during request alloc/free
` [PATCH 05/10] block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()
` [PATCH 06/10] block: reorganize queue draining
` [PATCH 07/10] block: reorganize throtl_get_tg() and blk_throtl_bio()
` [PATCH 08/10] block: make get_request[_wait]() fail if queue is dead
` [PATCH 09/10] block: drop @tsk from attempt_plug_merge() and explain sync rules
` [PATCH 10/10] block: fix request_queue lifetime handling by making blk_queue_cleanup() proper shutdown

[PATCH net -v2] [BUGFIX] bonding: use local function pointer of bond->recv_probe in bond_handle_frame
 2011-10-19  4:14 UTC  (4+ messages)

[PATCH v5 02/36] Hexagon: Core arch-specific header files
 2011-10-19  2:22 UTC 

[PATCH v5 04/36] Hexagon: Add atomic ops support
 2011-10-19  2:29 UTC 

[PATCH v5 07/36] Hexagon: Add threadinfo
 2011-10-19  2:43 UTC 

[PATCH v5 09/36] Hexagon: Add checksum functions
 2011-10-19  3:12 UTC 

[PATCH v5 11/36] Hexagon: Add hypervisor interface
 2011-10-19  3:14 UTC 

[PATCH v5 12/36] Hexagon: Export ksyms defined in assembly files
 2011-10-19  3:17 UTC 

[PATCH v5 13/36] Hexagon: Support dynamic module loading
 2011-10-19  3:19 UTC 

[PATCH v5 15/36] Hexagon: Add init_task and process functions
 2011-10-19  3:21 UTC 

[PATCH v5 19/36] Hexagon: Add ptrace support
 2011-10-19  3:37 UTC 

[PATCH v5 20/36] Hexagon: Provide basic debugging and system trap support
 2011-10-19  3:38 UTC 

[PATCH v5 22/36] Hexagon: Add locking types and functions
 2011-10-19  3:39 UTC 

[PATCH 0/5] Better namespace handling for /sys/class/net/bonding_masters
 2011-10-19  4:09 UTC  (2+ messages)

[PATCH v5 23/36] Hexagon: Add user access functions
 2011-10-19  3:41 UTC 

[PATCH v5 26/36] Hexagon: Implement basic TLB management routines for Hexagon
 2011-10-19  3:43 UTC 

[PATCH v5 27/36] Hexagon: Provide DMA implementation
 2011-10-19  3:44 UTC 

[PATCH v5 31/36] Hexagon: kgdb support files
 2011-10-19  3:45 UTC 

[PATCH v5 32/36] Hexagon: Comet platform support
 2011-10-19  3:46 UTC 

[PATCH v5 33/36] Hexagon: Add configuration and makefiles for the Hexagon architecture
 2011-10-19  3:47 UTC 

[PATCH v5 34/36] Hexagon: Add basic stacktrace functionality for Hexagon architecture
 2011-10-19  3:47 UTC 

[PATCH v5 36/36] Add extra arch overrides to asm-generic/checksum.h
 2011-10-19  3:48 UTC 

[PATCH v5 35/36] Hexagon: Add self to MAINTAINERS
 2011-10-19  3:48 UTC 

[PATCH v5 28/36] Hexagon: Add ioremap support
 2011-10-19  3:44 UTC 

[PATCH v5 29/36] Hexagon: Add page table header files & etc
 2011-10-19  3:44 UTC 

[PATCH v5 30/36] Hexagon: Add page-fault support
 2011-10-19  3:45 UTC 

[PATCH v5 24/36] Hexagon: Provide basic implementation and/or stubs for I/O routines
 2011-10-19  3:41 UTC 

[PATCH v5 25/36] Hexagon: Implement basic cache-flush support
 2011-10-19  3:43 UTC 

[PATCH v5 21/36] Hexagon: Add SMP support
 2011-10-19  3:39 UTC 

[PATCH v5 16/36] Hexagon: Add startup code
 2011-10-19  3:23 UTC 

[PATCH v5 18/36] Hexagon: Add time and timer functions
 2011-10-19  3:36 UTC 

[PATCH v5 17/36] Hexagon: Add interrupts
 2011-10-19  3:35 UTC 

[PATCH v5 14/36] Hexagon: Add signal functions
 2011-10-19  3:21 UTC 

[PATCH v5 10/36] Hexagon: Add memcpy and memset accelerated functions
 2011-10-19  3:13 UTC 

[PATCH v5 08/36] Hexagon: Add delay functions
 2011-10-19  3:11 UTC 

[PATCH v5 06/36] Hexagon: Add processor and system headers
 2011-10-19  2:31 UTC 

[PATCH v5 05/36] Hexagon: Add syscalls
 2011-10-19  2:31 UTC 

[PATCH v5 03/36] Hexagon: Add bitops support
 2011-10-19  2:23 UTC 

[PATCH v5 01/36] Hexagon: Add generic headers
 2011-10-19  2:17 UTC 

[PATCH v5 00/36] Hexagon: Add support for Qualcomm Hexagon architecture
 2011-10-19  3:53 UTC 

[PATCH 0/1] ACPI: Call ACPI remove handler when handling ACPI eject
 2011-10-19  3:50 UTC  (3+ messages)
` [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

[PATCH v5] acpi: Fix CPU hot removal problem
 2011-10-19  3:33 UTC  (8+ messages)

pinctrl_config APIs, and other pinmux questions
 2011-10-19  3:14 UTC  (6+ messages)

perf tools: interface for improved PEBS ABI can accept wrong parameter
 2011-10-19  3:06 UTC  (5+ messages)

[PATCH v2 RESEND] ASoC: wm9081: Use snd_soc_update_bits for read-modify-write
 2011-10-19  3:06 UTC 

[PATCH v2] virtio: Add platform bus driver for memory mapped virtio device
 2011-10-19  2:57 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] params: make dashes and underscores in parameter names truly equal
 2011-10-19  3:00 UTC  (6+ messages)

[PATCH 1/2] ASoC: sgtl5000: Fix define for SGTL5000_BIAS_R_MASK
 2011-10-19  3:00 UTC  (2+ messages)
` [PATCH 2/2] ASoC: sgtl5000: Fix setting mic bias resistor

[PATCH 0/1] ACPI: Call ACPI remove handler when handling ACPI eject
 2011-10-19  2:47 UTC  (2+ messages)
` [PATCH 1/1] ACPI: Call ACPI remove handler when handling ACPI eject event

job offer for you
 2011-10-18 21:45 UTC 

[PATCH 1/2] gpio-pch: Use NUMA_NO_NODE not GFP_KERNEL
 2011-10-19  2:00 UTC  (4+ messages)
` [PATCH 2/2] gpio-ml-ioh: "

checkpatch WARNING: patch prefix 'b' exists, appears to be a -p0 patch
 2011-10-19  1:27 UTC  (4+ messages)

[PATCH] Reduce vm_stat cacheline contention in __vm_enough_memory
 2011-10-19  1:16 UTC  (13+ messages)

[PATCH] drm: avoid switching to text console if there is no panic timeout
 2011-10-19  1:07 UTC  (5+ messages)

[PATCH] mm: munlock use mapcount to avoid terrible overhead
 2011-10-19  0:59 UTC  (5+ messages)

[PATCH] perf tools: add prelink suggestion to dso update message
 2011-10-19  0:44 UTC 

[PATCH] perf script: fix unknown feature comment
 2011-10-19  0:34 UTC 

Appropriate use of sync() from user space?
 2011-10-19  0:34 UTC  (5+ messages)

[PATCH] Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup
 2011-10-18 23:41 UTC  (2+ messages)

[PATCH] perf tools: handle endianness of feature bitmap
 2011-10-18 23:34 UTC 

[RESEND] [PATCH] ll_temac: Add support for ethtool
 2011-10-18 23:29 UTC  (2+ messages)

[RFC][PATCH 0/2] PM / Sleep: Extended control of suspend/hibernate interfaces
 2011-10-18 22:55 UTC  (3+ messages)

[patch] memory hotplug: release lock on an error path
 2011-10-18 22:28 UTC  (3+ messages)

[RFC][PATCH] dm-cache (block level disk cache target): UPDATE
 2011-10-18 22:19 UTC  (2+ messages)

[PATCH] ramoops: update parameters only after successful init
 2011-10-18 21:45 UTC  (2+ messages)

Linux 3.0 oopses when pulling a USB CDROM
 2011-10-18 21:30 UTC  (6+ messages)

[PATCH] TTY: serial_core: Fix crash if agetty() run on non-console serial port
 2011-10-18 21:21 UTC  (3+ messages)
` [PATCH v2] TTY: serial_core: Fix crash if DCD drop during suspend

kenel level packet capturing
 2011-10-18 20:41 UTC  (2+ messages)

[PATCH V2] AT91: dt: at91sam9g45 family and board device tree files
 2011-10-18 20:44 UTC  (5+ messages)

(no subject)
 2011-10-18 20:41 UTC  (4+ messages)
` [PATCH 23/26] dynamic_debug: document pending queries, flags-filter, multiple queries

fs: jdb/jbd2: Put identical code in a common header
 2011-10-18 20:40 UTC  (2+ messages)

kernel OOPS when releasing usb webcam (random)
 2011-10-18 20:39 UTC  (4+ messages)

[RFC PATCH 0/6] IIO in kernel interfaces
 2011-10-18 20:33 UTC  (4+ messages)
` [PATCH 3/6] IIO:CORE add global list of registered IIO devices

[RFC PATCH] Tracepoint: add exec tracepoint
 2011-10-18 20:26 UTC  (4+ messages)

Linux 3.1-rc9
 2011-10-18 20:12 UTC  (13+ messages)

[PATCH] rtc: ISL12022: Add support for ISL12020
 2011-10-18 19:01 UTC 


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