Age | Commit message (Expand) | Author | Files | Lines |
2011-11-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/oha... | Linus Torvalds | 11 | -226/+516 |
2011-11-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -52/+33 |
2011-11-03 | Revert "perf: Add PM notifiers to fix CPU hotplug races" | Linus Torvalds | 1 | -95/+2 |
2011-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dm | Linus Torvalds | 42 | -37/+12079 |
2011-11-03 | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -0/+30 |
2011-11-03 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 11 | -525/+2671 |
2011-11-03 | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2011-11-03 | Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl... | Linus Torvalds | 9 | -9/+19 |
2011-11-03 | Merge branch 'akpm' (Andrew's incoming - part two) | Linus Torvalds | 70 | -1035/+4909 |
2011-11-03 | memcg: replace ss->id_lock with a rwlock | Andrew Bresticker | 2 | -10/+10 |
2011-11-03 | aio: allocate kiocbs in batches | Jeff Moyer | 2 | -29/+108 |
2011-11-03 | drivers/misc/vmw_balloon.c: fix typo in code comment | Rakib Mullick | 1 | -1/+1 |
2011-11-03 | drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ... | Rakib Mullick | 1 | -1/+1 |
2011-11-03 | w1: disable irqs in critical section | Jan Weitzel | 1 | -0/+5 |
2011-11-03 | drivers/w1/w1_int.c: multiple masters used same init_name | Florian Faber | 1 | -0/+1 |
2011-11-03 | drivers/power/ds2780_battery.c: fix deadlock upon insertion and removal | Clifton Barnes | 1 | -0/+9 |
2011-11-03 | drivers/power/ds2780_battery.c: add a nolock function to w1 interface | Clifton Barnes | 2 | -13/+37 |
2011-11-03 | drivers/power/ds2780_battery.c: create central point for calling w1 interface | Clifton Barnes | 1 | -35/+42 |
2011-11-03 | w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it | Jonathan Cameron | 2 | -84/+12 |
2011-11-03 | pps gpio client: add missing dependency | Heiko Carstens | 1 | -1/+1 |
2011-11-03 | pps: new client driver using GPIO | James Nuss | 4 | -0/+269 |
2011-11-03 | pps: default echo function | James Nuss | 3 | -28/+13 |
2011-11-03 | include/linux/dma-mapping.h: add dma_zalloc_coherent() | Andrew Morton | 2 | -0/+17 |
2011-11-03 | sysctl: make CONFIG_SYSCTL_SYSCALL default to n | WANG Cong | 2 | -37/+2 |
2011-11-03 | sysctl: add support for poll() | Lucas De Marchi | 5 | -0/+108 |
2011-11-03 | RapidIO: documentation update | Alexandre Bounine | 1 | -1/+1 |
2011-11-03 | drivers/net/rionet.c: fix ethernet address macros for LE platforms | Alexandre Bounine | 1 | -2/+2 |
2011-11-03 | RapidIO: fix potential null deref in rio_setup_device() | Alexandre Bounine | 1 | -1/+1 |
2011-11-03 | RapidIO: add mport driver for Tsi721 bridge | Alexandre Bounine | 8 | -2/+3196 |
2011-11-03 | arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po... | Liu Gang | 1 | -0/+1 |
2011-11-03 | drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp... | Liu Gang | 1 | -2/+2 |
2011-11-03 | init: add root=PARTUUID=UUID/PARTNROFF=%d support | Will Drewry | 1 | -5/+43 |
2011-11-03 | include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled | Manfred Spraul | 1 | -2/+7 |
2011-11-03 | ipc/sem.c: remove private structures from public header file | Manfred Spraul | 2 | -42/+46 |
2011-11-03 | ipc/sem.c: handle spurious wakeups | Manfred Spraul | 1 | -0/+9 |
2011-11-03 | ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID) | Manfred Spraul | 1 | -1/+0 |
2011-11-03 | ida: make ida_simple_get/put() IRQ safe | Tejun Heo | 1 | -4/+7 |
2011-11-03 | proc: fix races against execve() of /proc/PID/fd** | Vasiliy Kulikov | 1 | -43/+103 |
2011-11-03 | procfs: report EISDIR when reading sysctl dirs in proc | Pavel Emelyanov | 1 | -0/+1 |
2011-11-03 | cpusets: avoid looping when storing to mems_allowed if one node remains set | David Rientjes | 1 | -3/+6 |
2011-11-03 | mm/page_cgroup.c: quiet sparse noise | H Hartley Sweeten | 1 | -1/+1 |
2011-11-03 | memcg: Fix race condition in memcg_check_events() with this_cpu usage | Steven Rostedt | 1 | -4/+6 |
2011-11-03 | memcg: close race between charge and putback | Johannes Weiner | 1 | -1/+20 |
2011-11-03 | memcg: skip scanning active lists based on individual size | Johannes Weiner | 4 | -41/+25 |
2011-11-03 | memcg: do not expose uninitialized mem_cgroup_per_node to world | Igor Mammedov | 1 | -1/+1 |
2011-11-03 | memcg: fix oom schedule_timeout() | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2011-11-03 | memcg: rename mem variable to memcg | Raghavendra K T | 2 | -479/+485 |
2011-11-03 | cgroup/kmemleak: Annotate alloc_page() for cgroup allocations | Steven Rostedt | 1 | -2/+5 |
2011-11-03 | cgroups: don't attach task to subsystem if migration failed | Ben Blum | 1 | -6/+9 |
2011-11-03 | cgroups: more safe tasklist locking in cgroup_attach_proc | Ben Blum | 1 | -3/+3 |