summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | time: Fix extra sleeptime injection when suspend failsMukesh Ojha2018-07-201-7/+25
| | * | | | | | | | | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-205-21/+22
| | * | | | | | | | | | ntp: Use kstrtos64 for s64 variableOndrej Mosnacek2018-07-191-3/+2
| | * | | | | | | | | | ntp: Remove redundant argumentsOndrej Mosnacek2018-07-191-6/+4
| * | | | | | | | | | | timer: Fix coding styleYi Wang2018-07-191-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-1227-47/+4490
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar2018-07-101-6/+30
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | hrtimer: Improve kernel message printingGeert Uytterhoeven2018-07-121-4/+3
| * | | | | | | | | | alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-07-021-1/+2
| * | | | | | | | | | posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-022-12/+21
| * | | | | | | | | | posix-timers: Make forward callback return s64Thomas Gleixner2018-07-023-6/+6
| * | | | | | | | | | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+7
| * | | | | | | | | | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-242-29/+21
| * | | | | | | | | | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-241-2/+2
| * | | | | | | | | | sysinfo: Remove get_monotonic_boottime()Arnd Bergmann2018-06-191-2/+2
| * | | | | | | | | | posix-timers: Use new ktime_get_*_ts64() helpersArnd Bergmann2018-06-192-6/+6
| * | | | | | | | | | timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2018-06-192-4/+4
| * | | | | | | | | | time: Use ktime_get_real_seconds() in time syscallArnd Bergmann2018-06-191-4/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-137-288/+105
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-0213-28/+130
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2530-348/+545
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf, tools: Use correct articles in commentsTobias Tefke2018-07-162-11/+11
| * | | | | | | | | | | | perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()Frederic Weisbecker2018-06-261-19/+25
| * | | | | | | | | | | | perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()Frederic Weisbecker2018-06-261-5/+5
| * | | | | | | | | | | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-17/+0
| * | | | | | | | | | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| * | | | | | | | | | | | perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker2018-06-261-16/+41
| * | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-2611-24/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | kprobes: Replace %p with other pointer typesMasami Hiramatsu2018-06-211-12/+10
| * | | | | | | | | | | | kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu2018-06-211-5/+9
| * | | | | | | | | | | | kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu2018-06-211-2/+10
| * | | | | | | | | | | | kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-06-211-2/+2
| * | | | | | | | | | | | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-211-2/+2
| * | | | | | | | | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-212-11/+3
| * | | | | | | | | | | | kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu2018-06-211-34/+5
| * | | | | | | | | | | | kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-212-171/+1
* | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-134-74/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-173-26/+20
| * | | | | | | | | | | | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-20/+21
| * | | | | | | | | | | | | sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-07-171-26/+21
| * | | | | | | | | | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1730-317/+450
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha2018-07-301-1/+1
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-1323-819/+966
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | watchdog: Reduce message verbositySinan Kaya2018-08-031-2/+2
| * | | | | | | | | | | | | stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra2018-08-021-18/+23
| * | | | | | | | | | | | | sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju2018-07-251-6/+3
| * | | | | | | | | | | | | sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju2018-07-251-8/+9
| * | | | | | | | | | | | | sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju2018-07-251-2/+2