summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-191-0/+12
* tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
* hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-133-18/+3
* posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1
* timekeeping: Remove boot time specific codeThomas Gleixner2018-03-131-31/+0
* timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-134-3/+34
* timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-133-0/+51
* timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar2018-03-101-91/+47
* timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar2018-03-101-3/+0
* clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-281-11/+10
* clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-281-26/+17
* clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-281-0/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-251-9/+14
|\
| * genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-236-22/+34
|\ \
| * | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1
| * | bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-216-19/+29
| |\ \ | | |/ | |/|
| | * bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-02-151-12/+16
| | * bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-142-1/+3
| | * bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang2018-02-141-1/+1
| | * bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-131-1/+2
| | * bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-02-131-4/+7
* | | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-231-2/+4
|\ \ \
| * \ \ Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen2018-02-211-2/+4
* | | | Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-02-231-0/+16
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-0/+16
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | workqueue: Allow retrieval of current task's work structLukas Wunner2018-02-161-0/+16
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-222-14/+3
|\ \ \ \ \
| * | | | | kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-02-211-1/+1
| * | | | | include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton2018-02-211-13/+2
| |/ / / /
* / / / / efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+3
|/ / / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-181-50/+128
|\ \ \ \
| * | | | kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-161-25/+53
| * | | | kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-161-25/+75
| | |_|/ | |/| |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-181-14/+4
|\ \ \ \
| * | | | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4
| |/ / /
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-154-16/+22
|\ \ \ \
| * | | | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
| * | | | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
| * | | | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
| * | | | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-151-6/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-02-131-0/+8
| * | | | locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon2018-02-131-6/+7
| |/ / /
* | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-117-12/+12
* | | | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0185-2142/+2337
| |\ \ \ \
| * | | | | kvm_config: add CONFIG_S390_GUESTChristian Borntraeger2018-01-161-0/+1