aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Merge branch 'pm-cpufreq-thermal' into pm-cpufreqRafael J. Wysocki2-67/+18
2018-01-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+7
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig1-8/+14
2018-01-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-13/+94
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-0/+5
2018-01-17Expand INIT_STRUCT_PID and removeDavid Howells1-15/+0
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells1-39/+4
2018-01-17Expand various INIT_* macros and removeDavid Howells4-129/+0
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells1-83/+4
2018-01-17module: Add retpoline tag to VERMAGICAndi Kleen1-1/+7
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-11/+41
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-0/+2
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+2
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever1-1/+1
2018-01-16blkcg: simplify statistic accumulation codeArnd Bergmann1-3/+5
2018-01-16nubus: Add support for the driver modelFinn Thain1-3/+30
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-9/+6
2018-01-16nubus: Rename struct nubus_devFinn Thain1-16/+14
2018-01-16nubus: Rework /proc/bus/nubus/s/ implementationFinn Thain1-4/+33
2018-01-16nubus: Clean up whitespaceFinn Thain1-29/+29
2018-01-16nubus: Remove redundant codeFinn Thain1-16/+1
2018-01-16nubus: Call proc_mkdir() not more than once per slot directoryFinn Thain1-2/+3
2018-01-16nubus: Use static functions where possibleFinn Thain1-1/+0
2018-01-16nubus: Fix up header splitFinn Thain2-27/+23
2018-01-16nubus: Avoid array underflow and overflowFinn Thain1-6/+4
2018-01-16ASoC: add Component level .read/.writeKuninori Morimoto1-0/+3
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner1-5/+16
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder1-4/+4
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2-1/+19
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner1-12/+8
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner1-11/+9
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner1-5/+8
2018-01-16tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...Anna-Maria Gleixner1-4/+16
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner1-5/+11
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner1-1/+1
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-4/+4
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner1-4/+0
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar2-3/+6
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-01-15signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman1-2/+27
2018-01-15signal/tile: Move the tile specific si_codes to asm-generic/siginfo.hEric W. Biederman1-0/+4
2018-01-15signal/frv: Move the frv specific si_codes to asm-generic/siginfo.hEric W. Biederman1-0/+3
2018-01-15signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman1-3/+19
2018-01-15signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman2-5/+21