summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-4/+14
* Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells2017-11-1315-267/+396
|\
| * timers: Add a function to start/reduce a timerDavid Howells2017-11-121-7/+38
| * pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-0/+1
| * rcu: Convert timers to use timer_setup()Kees Cook2017-11-022-6/+7
| * kernel/time/Kconfig: Fix typo in commentRandy Dunlap2017-11-021-1/+1
| * clockevents: Update clockevents device next_event on stopPrasad Sodagudi2017-11-011-0/+1
| * Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-315-183/+227
| |\
| | * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| | * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0
| | * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25
| | * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-305-100/+123
| | * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-53/+113
| * | clockevents: Retry programming min delta up to 10 timesJames Hogan2017-10-191-8/+13
| * | timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
| * | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-181-8/+6
| * | timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
| * | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
| * | posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
| * | workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-4/+3
| * | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-6/+4
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-051-5/+3
| * | timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-051-7/+19
| * | Merge branch 'linus' into timers/coreThomas Gleixner2017-10-0519-239/+556
| |\ \
| * | | timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2017-09-251-0/+35
| * | | timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava2017-09-251-14/+21
* | | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-117-97/+7
* | | | bpf: add a bpf_override_function helperJosef Bacik2017-11-117-7/+97
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-105-16/+37
|\ \ \ \
| * \ \ \ Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-091-5/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-11-091-5/+1
| | |\ \ \ \
| | | * | | | cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath2017-11-041-5/+1
| * | | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-051-2/+4
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-03137-9/+168
| | |\ \ \ \ \ \
| | * | | | | | | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
| * | | | | | | | Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar2017-11-04137-7/+157
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus2017-11-011-3/+5
| * | | | | | | | watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Sim...Thomas Gleixner2017-11-011-2/+5
| * | | | | | | | futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2017-11-011-3/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-053-0/+75
* | | | | | | | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-75/+0
* | | | | | | | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+1
* | | | | | | | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-4/+29
* | | | | | | | bpf: report offload info to user spaceJakub Kicinski2017-11-052-0/+17
* | | | | | | | bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-055-8/+217
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04135-2/+144
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02134-0/+134
| |\ \ \ \ \ \ \