Age | Commit message (Expand) | Author |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds |
2013-07-03 | kernel/resource.c: remove the unneeded assignment in function __find_resource | Kevin Hao |
2013-07-03 | kernel/pid.c: move statement | Raphael S. Carvalho |
2013-07-03 | kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks | Oleg Nesterov |
2013-07-03 | kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas... | Oleg Nesterov |
2013-07-03 | kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code | Oleg Nesterov |
2013-07-03 | fork: reorder permissions when violating number of processes limits | Eric Paris |
2013-07-03 | exit.c: unexport __set_special_pids() | Oleg Nesterov |
2013-07-03 | usermodehelper: kill the sub_info->path[0] check | Oleg Nesterov |
2013-07-03 | ptrace: add ability to get/set signal-blocked mask | Andrey Vagin |
2013-07-03 | kprobes: handle empty/invalid input to debugfs "enabled" file | Mathias Krause |
2013-07-03 | kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() | Oleg Nesterov |
2013-07-03 | kernel/sys.c: sys_reboot(): fix malformed panic message | liguang |
2013-07-03 | drivers: avoid parsing names as kthread_run() format strings | Kees Cook |
2013-07-03 | mm: use totalram_pages instead of num_physpages at runtime | Jiang Liu |
2013-07-03 | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-07-02 | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2013-07-02 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-07-02 | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2013-07-02 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-07-02 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-07-02 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-07-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-07-02 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-07-02 | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-07-02 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-07-02 | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-07-02 | Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-07-01 | Merge tag 'v3.10' into sched/core | Ingo Molnar |
2013-06-29 | cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi... | Tejun Heo |
2013-06-29 | Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation | Mathieu Desnoyers |
2013-06-29 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2013-06-29 | Merge branch 'pm-assorted' | Rafael J. Wysocki |
2013-06-28 | softirq: Use _RET_IP_ | Davidlohr Bueso |
2013-06-28 | sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask | Alex Shi |
2013-06-28 | Merge branch 'pm-assorted' | Rafael J. Wysocki |
2013-06-28 | Merge branch 'freezer' | Rafael J. Wysocki |
2013-06-28 | genirq: Add the generic chip to the genirq docbook | Thomas Gleixner |
2013-06-28 | genirq: generic-chip: Export some irq_gc_ functions | Fabio Estevam |
2013-06-28 | genirq: Fix can_request_irq() for IRQs without an action | Ben Hutchings |
2013-06-28 | sched/debug: Fix formatting of /proc/<PID>/sched | Kamalesh Babulal |
2013-06-27 | cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options | Tejun Heo |
2013-06-27 | cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts() | Tejun Heo |
2013-06-27 | PM / Sleep: Warn about system time after resume with pm_trace | Shuah Khan |
2013-06-27 | sched/fair: Fix typo describing flags in enqueue_entity | Kamalesh Babulal |
2013-06-27 | sched/debug: Add load-tracking statistics to task | Kamalesh Babulal |
2013-06-27 | sched: Change get_rq_runnable_load() to static and inline | Alex Shi |
2013-06-27 | sched/tg: Remove tg.load_weight | Alex Shi |
2013-06-27 | sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t | Alex Shi |
2013-06-27 | sched/tg: Use 'unsigned long' for load variable in task group | Alex Shi |