aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* kernel: avoid overflow in cmp_rangeLouis Langholtz2015-01-16
* Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-16
|\
| * tracing: Fix enabling of syscall events on the command lineSteven 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 hashSteven Rostedt (Red Hat)2015-01-15
| * ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-15
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-11
|\ \
| * | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-09
| * | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-09
| * | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-09
| * | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-09
| * | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-23
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-11
|\ \ \
| * | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-09
| | |/ | |/|
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-01-11
|\ \ \
| * | | mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-09
| |/ /
* | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-09
|\ \ \
| * | | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-11
| * | | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-11
| * | | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-11
| * | | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-11
| * | | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-11
| * | | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-11
| * | | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-11
| * | | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-11
| * | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-11
| * | | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-11
* | | | exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-08
| |/ / |/| |
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-31
|\ \ \
| * | | audit: create private file name copies when auditing inodesPaul Moore2014-12-30
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-30
|\ \ \ \
| * | | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-27
* | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-23
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-23
| * | | audit: correctly record file names with different path name typesPaul Moore2014-12-22
| * | | audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2014-12-19
| * | | audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-19
* | | | Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-20
|\ \ \ \
| * | | | PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-19
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-19
|\ \ \ \ \
| * | | | | tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-19
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-19
|\ \ \ \ \ \
| * | | | | | genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-13
| |/ / / / /
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar2014-12-12
| |\ \ \ \ \
| * | | | | | perf: Fix events installation during moving groupJiri Olsa2014-12-11
* | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-18
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | param: do not set store func without write permKees Cook2014-12-17
| * | | | | | params: cleanup sysfs allocationRusty Russell2014-11-11
| * | | | | | kernel:module Fix coding style errors and warnings.Ionut Alexa2014-11-11