summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-11/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-1512-184/+260
|\
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-113-30/+14
| |\
| | * sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| | * sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
| | * sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| | * sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| | * sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-111-11/+8
| |\ \
| | * | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-091-11/+8
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-01-111-1/+1
| |\ \ \
| | * | | mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-091-1/+1
| | |/ /
| * | | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-096-139/+228
| |\ \ \
| | * | | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
| | * | | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-113-3/+14
| | * | | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-111-1/+1
| | * | | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-111-1/+29
| | * | | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-113-41/+102
| | * | | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-113-34/+33
| | * | | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7
| | * | | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-113-51/+51
| | * | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-112-4/+4
| | * | | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-112-2/+0
| * | | | exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-081-3/+9
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-061-9/+40
|\ \ \ \ | |/ / /
| * | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-311-9/+40
| |\ \ \
| | * | | audit: create private file name copies when auditing inodesPaul Moore2014-12-301-9/+40
* | | | | spinlock: Add spin_lock_bh_nested()Thomas Graf2015-01-031-0/+8
* | | | | timecounter: keep track of accumulated fractional nanosecondsRichard Cochran2014-12-301-7/+24
* | | | | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-303-77/+96
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-301-1/+1
|\ \ \ \
| * | | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-1/+1
* | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-233-21/+24
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+10
| * | | audit: correctly record file names with different path name typesPaul Moore2014-12-221-4/+10
| * | | audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2014-12-191-4/+4
| * | | audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-191-13/+0
* | | | Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-201-10/+6
|\ \ \ \
| * | | | PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-191-10/+6
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-191-2/+0
|\ \ \ \ \
| * | | | | tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2014-12-191-2/+0
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-193-1/+77
|\ \ \ \ \ \
| * | | | | | genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-133-1/+77
| |/ / / / /
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-191-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar2014-12-1216-148/+325
| |\ \ \ \ \
| * | | | | | perf: Fix events installation during moving groupJiri Olsa2014-12-111-2/+2
* | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-182-146/+121
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | param: do not set store func without write permKees Cook2014-12-181-1/+3
| * | | | | | params: cleanup sysfs allocationRusty Russell2014-11-111-51/+44
| * | | | | | kernel:module Fix coding style errors and warnings.Ionut Alexa2014-11-111-25/+28
OpenPOWER on IntegriCloud