Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | params: handle quotes properly for values not of form foo="bar". | Rusty Russell | 2015-04-15 | |
| * | | | | | | | module: do not print allocation-fail warning on bogus user buffer size | Kirill A. Shutemov | 2015-03-23 | |
| * | | | | | | | kernel/module.c: fix typos in message about unused symbols | Yannick Guerrini | 2015-03-23 | |
* | | | | | | | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-04-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge 4.0-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-03-25 | |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge 4.0-rc3 into char-misc-next | Greg Kroah-Hartman | 2015-03-09 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | clockevents: export clockevents_unbind_device instead of clockevents_unbind | Vitaly Kuznetsov | 2015-03-01 | |
* | | | | | | | | | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-04-21 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||
| * | | | | | | | | | | Merge 4.0-rc7 into tty-next | Greg Kroah-Hartman | 2015-04-07 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | console: Add extensible console matching | Peter Hurley | 2015-03-26 | |
| * | | | | | | | | | | | Merge 4.0-rc5 into tty-next | Greg Kroah-Hartman | 2015-03-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | Merge 4.0-rc3 into tty-testing | Greg Kroah-Hartman | 2015-03-09 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | console: Preserve index after console setup() | Peter Hurley | 2015-03-06 | |
* | | | | | | | | | | | | smp: Fix error case handling in smp_call_function_*() | Linus Torvalds | 2015-04-19 | |
* | | | | | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-04-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | smp: Fix smp_call_function_single_async() locking | Linus Torvalds | 2015-04-17 | |
| * | | | | | | | | | | | | lockdep: Make print_lock() robust against concurrent release | Peter Zijlstra | 2015-04-17 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-04-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | bpf: fix two bugs in verification logic when accessing 'ctx' pointer | Alexei Starovoitov | 2015-04-16 | |
| * | | | | | | | | | | | | | bpf: fix verifier memory corruption | Alexei Starovoitov | 2015-04-16 | |
* | | | | | | | | | | | | | | oprofile: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso | 2015-04-17 | |
* | | | | | | | | | | | | | | gcov: fix softlockups | Andrey Ryabinin | 2015-04-17 | |
* | | | | | | | | | | | | | | kernel/sysctl.c: detect overflows when converting to int | Heinrich Schuchardt | 2015-04-17 | |
* | | | | | | | | | | | | | | prctl: avoid using mmap_sem for exe_file serialization | Davidlohr Bueso | 2015-04-17 | |
* | | | | | | | | | | | | | | mm: rcu-protected get_mm_exe_file() | Konstantin Khlebnikov | 2015-04-17 | |
* | | | | | | | | | | | | | | kernel/sysctl.c: threads-max observe limits | Heinrich Schuchardt | 2015-04-17 | |
* | | | | | | | | | | | | | | kernel/fork.c: avoid division by zero | Heinrich Schuchardt | 2015-04-17 | |
* | | | | | | | | | | | | | | kernel/fork.c: new function for max_threads | Heinrich Schuchardt | 2015-04-17 | |
* | | | | | | | | | | | | | | fork_init: update max_threads comment | Jean Delvare | 2015-04-17 | |
* | | | | | | | | | | | | | | fork: report pid reservation failure properly | Michal Hocko | 2015-04-17 | |
* | | | | | | | | | | | | | | signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo | Vladimir Davydov | 2015-04-17 | |
* | | | | | | | | | | | | | | ptrace: ptrace_detach() can no longer race with SIGKILL | Oleg Nesterov | 2015-04-17 | |
* | | | | | | | | | | | | | | ptrace: fix race between ptrace_resume() and wait_task_stopped() | Oleg Nesterov | 2015-04-17 | |
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | tracing: remove use of seq_printf return value | Joe Perches | 2015-04-15 | |
| * | | | | | | | | | | | | | | cgroup: remove use of seq_printf return value | Joe Perches | 2015-04-15 | |
| * | | | | | | | | | | | | | | kernel/reboot.c: add orderly_reboot for graceful reboot | Joel Stanley | 2015-04-15 | |
| * | | | | | | | | | | | | | | kernel/hung_task.c: change hung_task.c to use for_each_process_thread() | Aaron Tomlin | 2015-04-15 | |
| * | | | | | | | | | | | | | | kernel/resource.c: remove deprecated __check_region() and friends | Jakub Sitnicki | 2015-04-15 | |
| * | | | | | | | | | | | | | | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2015-04-15 | |
| * | | | | | | | | | | | | | | mm: allow compaction of unevictable pages | Eric B Munson | 2015-04-15 | |
| * | | | | | | | | | | | | | | memcg: zap mem_cgroup_lookup() | Vladimir Davydov | 2015-04-15 | |
| |/ / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Remove rest of exec domains. | Richard Weinberger | 2015-04-12 | |
| * | | | | | | | | | | | | | | Remove execution domain support | Richard Weinberger | 2015-04-12 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | acct: check FMODE_CAN_WRITE | Al Viro | 2015-04-11 | |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | |
|\| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'iocb' into for-davem | Al Viro | 2015-04-09 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |