summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel46-135/+287
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy1-4/+1
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-0/+5
2018-01-17iommu/vt-d: Add a check for 5-level paging supportSohil Mehta1-0/+1
2018-01-17iommu/vt-d: Add a check for 1GB page supportSohil Mehta1-0/+1
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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-16/+48
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-25/+144
2018-01-17target core: add device action configfs filesMike Christie2-0/+2
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-16net: remove prototype of qdisc_lookup_class()Jakub Kicinski1-1/+0
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-16devlink: Add relation between dpipe and resourceArkadi Sharshevsky2-0/+19
2018-01-16devlink: Add support for reloadArkadi Sharshevsky2-0/+6
2018-01-16devlink: Add support for resource abstractionArkadi Sharshevsky2-0/+114
2018-01-16devlink: Add per devlink instance lockArkadi Sharshevsky1-0/+1
2018-01-16phy: add helpers for setting/clearing bits in PHY registersHeiner Kallweit1-0/+49
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever1-1/+1
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky1-18/+0
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-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini3-0/+838
2018-01-16can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr2-0/+8
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