aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman1-3/+5
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman6-7/+8
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2-28/+40
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-7/+8
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman1-8/+0
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-57/+178
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra1-10/+6
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner6-43/+214
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2-8/+163
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha1-7/+25
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek5-21/+22
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin2-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin3-12/+18
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin1-2/+5
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset()Pavel Tatashin1-28/+29
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek1-3/+2
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek1-6/+4
2018-07-19timer: Fix coding styleYi Wang1-1/+1
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-42/+69
2018-07-18audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski1-7/+35
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski1-16/+63
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski1-45/+95
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2-2/+2
2018-07-18bpf: sockmap: remove redundant pointer sgColin Ian King1-3/+0
2018-07-18bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin1-4/+3
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin1-1/+1
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore2-2/+2
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada1-1/+1
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-6/+9
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri3-26/+20
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri1-20/+21
2018-07-17sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar30-316/+449
2018-07-17Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar12-810/+1201
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar1-1/+1
2018-07-16kexec: add call to LSM hook in original kexec_load syscallMimi Zohar1-0/+8
2018-07-16livepatch: Remove reliable stacktrace check in klp_try_switch_task()Kamalesh Babulal1-7/+0
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke2-11/+11
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior1-9/+4
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra1-21/+54
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot3-17/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot3-45/+0
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot4-27/+23
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16