| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-07 | 21 | -117/+155 |
|\ |
|
| * | lglock: map to spinlock when !CONFIG_SMP | Josh Triplett | 2014-04-07 | 1 | -1/+2 |
| * | modules: use raw_cpu_write for initialization of per cpu refcount. | Christoph Lameter | 2014-04-07 | 1 | -1/+1 |
| * | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-04-07 | 13 | -21/+34 |
| * | kernel/panic.c: display reason at end + pr_emerg | Fabian Frederick | 2014-04-07 | 1 | -7/+6 |
| * | hung_task: check the value of "sysctl_hung_task_timeout_sec" | Liu Hua | 2014-04-07 | 1 | -0/+6 |
| * | wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe... | Oleg Nesterov | 2014-04-07 | 1 | -13/+9 |
| * | wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent | Oleg Nesterov | 2014-04-07 | 1 | -13/+16 |
| * | wait: completely ignore the EXIT_DEAD tasks | Oleg Nesterov | 2014-04-07 | 1 | -5/+6 |
| * | wait: use EXIT_TRACE only if thread_group_leader(zombie) | Oleg Nesterov | 2014-04-07 | 1 | -10/+7 |
| * | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition | Oleg Nesterov | 2014-04-07 | 1 | -29/+21 |
| * | wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race | Oleg Nesterov | 2014-04-07 | 1 | -4/+11 |
| * | kernel/exit.c: call proc_exit_connector() after exit_state is set | Guillaume Morin | 2014-04-07 | 1 | -1/+1 |
| * | exit: move check_stack_usage() to the end of do_exit() | Oleg Nesterov | 2014-04-07 | 1 | -1/+1 |
| * | exit: call disassociate_ctty() before exit_task_namespaces() | Oleg Nesterov | 2014-04-07 | 1 | -4/+2 |
| * | res_counter: remove interface for locked charging and uncharging | David Rientjes | 2014-04-07 | 1 | -11/+12 |
| * | mm, mempolicy: remove per-process flag | David Rientjes | 2014-04-07 | 1 | -1/+0 |
| * | fork: collapse copy_flags into copy_process | David Rientjes | 2014-04-07 | 1 | -10/+2 |
| * | mm: per-thread vma caching | Davidlohr Bueso | 2014-04-07 | 2 | -4/+17 |
| * | mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE | Alex Thorlton | 2014-04-07 | 2 | -3/+23 |
* | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-04-07 | 1 | -3/+29 |
|\ \ |
|
| * | | cgroup: newly created dirs and files should be owned by the creator | Tejun Heo | 2014-04-07 | 1 | -1/+26 |
| * | | cgroup: fix top cgroup refcnt leak | Li Zefan | 2014-04-04 | 1 | -2/+3 |
* | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 3 | -15/+62 |
|\ \ \ |
|
| * | | | profile: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -5/+15 |
| * | | | trace, ring-buffer: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -8/+11 |
| * | | | CPU hotplug: Provide lockless versions of callback registration functions | Srivatsa S. Bhat | 2014-03-20 | 1 | -2/+19 |
| * | | | CPU hotplug: Add lockdep annotations to get/put_online_cpus() | Gautham R. Shenoy | 2014-03-20 | 1 | -0/+17 |
* | | | | sched: remove sleep_on() and friends | Arnd Bergmann | 2014-04-07 | 1 | -46/+0 |
| |_|/
|/| | |
|
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-04-06 | 3 | -6/+11 |
|\ \ \ |
|
| * | | | Use 'E' instead of 'X' for unsigned module taint flag. | Rusty Russell | 2014-03-31 | 2 | -3/+3 |
| * | | | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE | Mathieu Desnoyers | 2014-03-13 | 3 | -3/+8 |
| * | | | module: use pr_cont | Jiri Slaby | 2014-03-13 | 1 | -3/+3 |
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-04-05 | 2 | -0/+10 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | uprobes: allow ignoring of probe hits | David A. Long | 2014-03-18 | 1 | -0/+9 |
| * | | | uprobes: Kconfig dependency fix | David A. Long | 2014-03-18 | 1 | -0/+1 |
* | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-03 | 14 | -40/+35 |
|\ \ \ \ |
|
| * | | | | printk: fix one circular lockdep warning about console_lock | Jane Li | 2014-04-03 | 1 | -0/+2 |
| * | | | | printk: do not compute the size of the message twice | Petr Mladek | 2014-04-03 | 1 | -1/+1 |
| * | | | | printk: use also the last bytes in the ring buffer | Petr Mladek | 2014-04-03 | 1 | -2/+2 |
| * | | | | printk: add comment about tricky check for text buffer size | Petr Mladek | 2014-04-03 | 1 | -0/+5 |
| * | | | | printk: remove obsolete check for log level "c" | Petr Mladek | 2014-04-03 | 1 | -2/+0 |
| * | | | | kernel/resource.c: make reallocate_resource() static | Daeseok Youn | 2014-04-03 | 1 | -1/+1 |
| * | | | | kernel: audit/fix non-modular users of module_init in core code | Paul Gortmaker | 2014-04-03 | 6 | -9/+7 |
| * | | | | fs, kernel: permit disabling the uselib syscall | Josh Triplett | 2014-04-03 | 1 | -0/+1 |
| * | | | | kernel/groups.c: remove return value of set_groups | Wang YanQing | 2014-04-03 | 1 | -12/+2 |
| * | | | | sys_sysfs: Add CONFIG_SYSFS_SYSCALL | Fabian Frederick | 2014-04-03 | 1 | -0/+1 |
| * | | | | drop_caches: add some documentation and info message | Dave Hansen | 2014-04-03 | 1 | -2/+2 |
| * | | | | mm: optimize put_mems_allowed() usage | Mel Gorman | 2014-04-03 | 1 | -1/+1 |
| * | | | | kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one | Ben Zhang | 2014-04-03 | 1 | -8/+8 |