summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-01-17Merge tag 'linux-can-next-for-4.16-20180116' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig
2018-01-17net/mlx5: Fix build breakSaeed Mahameed
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris
2018-01-17iommu/vt-d: Add a check for 5-level paging supportSohil Mehta
2018-01-17iommu/vt-d: Add a check for 1GB page supportSohil Mehta
2018-01-17Expand INIT_STRUCT_PID and removeDavid Howells
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells
2018-01-17Expand various INIT_* macros and removeDavid Howells
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells
2018-01-17module: Add retpoline tag to VERMAGICAndi Kleen
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-16phy: add helpers for setting/clearing bits in PHY registersHeiner Kallweit
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16kallsyms: remove print_symbol() functionSergey Senozhatsky
2018-01-16blkcg: simplify statistic accumulation codeArnd Bergmann
2018-01-16nubus: Add support for the driver modelFinn Thain
2018-01-16nubus: Adopt standard linked list implementationFinn Thain
2018-01-16nubus: Rename struct nubus_devFinn Thain
2018-01-16nubus: Rework /proc/bus/nubus/s/ implementationFinn Thain
2018-01-16nubus: Clean up whitespaceFinn Thain
2018-01-16nubus: Remove redundant codeFinn Thain
2018-01-16nubus: Call proc_mkdir() not more than once per slot directoryFinn Thain
2018-01-16nubus: Use static functions where possibleFinn Thain
2018-01-16nubus: Fix up header splitFinn Thain
2018-01-16nubus: Avoid array underflow and overflowFinn Thain
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini
2018-01-16can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman