summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+101
* x86/vdso: Zap vvar pages when switching to a time namespaceDmitry Safonov2020-01-141-0/+10
* time: Allocate per-timens vvar pageDmitry Safonov2020-01-141-1/+103
* posix-timers: Make clock_nanosleep() time namespace awareAndrei Vagin2020-01-142-4/+25
* hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin2020-01-143-8/+12
* alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
* posix-timers: Make timer_settime() time namespace awareAndrei Vagin2020-01-141-0/+2
* time: Add do_timens_ktime_to_host() helperAndrei Vagin2020-01-141-0/+36
* posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-143-1/+16
* posix-timers: Use clock_get_ktime() in common_timer_get()Andrei Vagin2020-01-141-7/+1
* posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-143-2/+46
* alarmtimer: Provide get_timespec() callbackAndrei Vagin2020-01-141-1/+6
* alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin2020-01-141-17/+17
* posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2020-01-142-11/+11
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-145-35/+35
* time: Add timens_offsets to be used for tasks in time namespaceAndrei Vagin2020-01-141-0/+2
* ns: Introduce Time NamespaceAndrei Vagin2020-01-144-10/+265
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2020-01-101-0/+3
|\
| * time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann2020-01-091-0/+3
* | time/sched_clock: Disable interrupts in sched_clock_register()Paul Cercueil2020-01-091-2/+5
|/
* memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
* Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-032-15/+27
|\
| * exit: panic before exit_mm() on global init exitchenqiwu2019-12-211-4/+8
| * taskstats: fix data-raceChristian Brauner2019-12-041-11/+19
* | Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-021-0/+7
|\ \
| * | seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon2020-01-021-0/+7
* | | ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-18/+13
* | | bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2019-12-221-21/+22
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-38/+92
|\ \
| * | bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
| * | bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-173-15/+14
| * | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-162-16/+12
| * | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-6/+58
| * | bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
* | | Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-12-215-8/+35
|\ \ \
| * | | tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
| * | | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
| * | | tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-191-2/+2
| * | | tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-191-1/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-212-3/+15
|\ \ \ \
| * | | | sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * | | | sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4
| * | | | psi: Fix a division error in psi poll()Johannes Weiner2019-12-171-1/+1
| * | | | sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2019-12-171-1/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-211-1/+1
|\ \ \ \ \
| * | | | | perf/core: Add SRCU annotation for pmus list walkSebastian Andrzej Siewior2019-12-171-1/+1
| |/ / / /
* | | | | Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-12-192-5/+21
|\ \ \ \ \
| * | | | | cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-122-5/+21
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-12-172-20/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revert "locking/mutex: Complain upon mutex API misuse in IRQ contexts"Davidlohr Bueso2019-12-111-4/+0