| Commit message (Expand) | Author | Age |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-01-25 |
|\ |
|
| * | x86, mpx: Strictly enforce empty prctl() args | Dave Hansen | 2015-01-22 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-01-25 |
|\ \ |
|
| * \ | Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john... | Thomas Gleixner | 2015-01-22 |
| |\ \ |
|
| | * | | time: adjtimex: Validate the ADJ_FREQUENCY values | Sasha Levin | 2015-01-07 |
| | * | | time: settimeofday: Validate the values of tv from user | Sasha Levin | 2015-01-07 |
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-01-22 |
|\ \ \ \ |
|
| * | | | | module: make module_refcount() a signed integer. | Rusty Russell | 2015-01-21 |
| * | | | | module: fix race in kallsyms resolution during module load success. | Rusty Russell | 2015-01-19 |
| * | | | | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | 2015-01-19 |
| * | | | | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell | 2015-01-19 |
| * | | | | param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC | Rusty Russell | 2015-01-19 |
| * | | | | param: initialize store function to NULL if not available. | Rusty Russell | 2014-12-22 |
* | | | | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-01-20 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | workqueue: fix subtle pool management issue which can stall whole worker_pool | Tejun Heo | 2015-01-16 |
| |/ / / |
|
* | | | | kernel: avoid overflow in cmp_range | Louis Langholtz | 2015-01-16 |
* | | | | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-01-16 |
|\ \ \ \ |
|
| * | | | | tracing: Fix enabling of syscall events on the command line | Steven Rostedt (Red Hat) | 2015-01-15 |
| * | | | | tracing: Remove extra call to init_ftrace_syscalls() | Steven Rostedt (Red Hat) | 2015-01-15 |
| * | | | | ftrace: Check both notrace and filter for old hash | Steven Rostedt (Red Hat) | 2015-01-15 |
| * | | | | ftrace: Fix updating of filters for shared global_ops filters | Steven Rostedt (Red Hat) | 2015-01-15 |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-01-11 |
|\ \ \ \ \ |
|
| * | | | | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group() | Tetsuo Handa | 2015-01-09 |
| * | | | | | sched/deadline: Avoid double-accounting in case of missed deadlines | Luca Abeni | 2015-01-09 |
| * | | | | | sched/deadline: Fix migration of SCHED_DEADLINE tasks | Luca Abeni | 2015-01-09 |
| * | | | | | sched: Fix odd values in effective_load() calculations | Yuyang Du | 2015-01-09 |
| * | | | | | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation | Alex Thorlton | 2014-12-23 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-01-11 |
|\ \ \ \ \ |
|
| * | | | | | perf: Move task_pt_regs sampling into arch code | Andy Lutomirski | 2015-01-09 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-01-11 |
|\ \ \ \ \ |
|
| * | | | | | mutex: Always clear owner field upon mutex_unlock() | Chris Wilson | 2015-01-09 |
| |/ / / / |
|
* | | | | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-01-09 |
|\ \ \ \ \ |
|
| * | | | | | kernel/debug/debug_core.c: Logging clean-up | Fabian Frederick | 2014-11-11 |
| * | | | | | kgdb: timeout if secondary CPUs ignore the roundup | Daniel Thompson | 2014-11-11 |
| * | | | | | kdb: Allow access to sensitive commands to be restricted by default | Daniel Thompson | 2014-11-11 |
| * | | | | | kdb: Add enable mask for groups of commands | Anton Vorontsov | 2014-11-11 |
| * | | | | | kdb: Categorize kdb commands (similar to SysRq categorization) | Daniel Thompson | 2014-11-11 |
| * | | | | | kdb: Remove KDB_REPEAT_NONE flag | Anton Vorontsov | 2014-11-11 |
| * | | | | | kdb: Use KDB_REPEAT_* values as flags | Anton Vorontsov | 2014-11-11 |
| * | | | | | kdb: Rename kdb_register_repeat() to kdb_register_flags() | Anton Vorontsov | 2014-11-11 |
| * | | | | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags | Anton Vorontsov | 2014-11-11 |
| * | | | | | kdb: Remove currently unused kdbtab_t->cmd_flags | Anton Vorontsov | 2014-11-11 |
* | | | | | | exit: fix race between wait_consider_task() and wait_task_zombie() | Oleg Nesterov | 2015-01-08 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-12-31 |
|\ \ \ \ \ |
|
| * | | | | | audit: create private file name copies when auditing inodes | Paul Moore | 2014-12-30 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-12-30 |
|\ \ \ \ \ \ |
|
| * | | | | | | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg | 2014-12-27 |
* | | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-12-23 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | / / /
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | audit: restore AUDIT_LOGINUID unset ABI | Richard Guy Briggs | 2014-12-23 |
| * | | | | | audit: correctly record file names with different path name types | Paul Moore | 2014-12-22 |