summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\
| * tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer2017-10-121-2/+2
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-153-29/+132
|\ \
| * | kthread: zero the kthread data structureShaohua Li2017-11-111-5/+1Star
| * | blktrace: fix unlocked registration of tracepointsJens Axboe2017-11-111-10/+22
| * | blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2017-11-111-10/+48
| * | sysctl: remove /proc/sys/vm/nr_pdflush_threadsJens Axboe2017-10-041-5/+0Star
| * | block: fix a build errorShaohua Li2017-09-261-4/+4
| * | kthread: add a mechanism to store cgroup infoShaohua Li2017-09-261-2/+64
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-0/+6
|\ \ \
| * | | audit: Record fanotify access control decisionsSteve Grubb2017-10-101-0/+6
* | | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-1/+1
|\ \ \ \
| * | | | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-3/+68
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-0326-260/+894
| |\ \ \ \
| * | | | | padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2017-10-071-1/+19
| * | | | | padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2017-10-071-1/+42
| * | | | | padata: set cpu_index of unused CPUs to -1Mathias Krause2017-10-071-1/+7
* | | | | | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-146-106/+83Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-11-134-91/+78Star
| |\ \ \ \ \ \
| | * | | | | | PM / s2idle: Clear the events_check_enabled flagRajat Jain2017-11-081-1/+1
| | * | | | | | Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2017-10-1128-797/+967
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge back suspend/resume/hibernate material for v4.15.Rafael J. Wysocki2017-10-093-90/+77Star
| | |\ \ \ \ \ \
| | | * | | | | | PM: Use a more common logging styleJoe Perches2017-10-033-90/+77Star
| | | | |/ / / / | | | |/| | | |
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-132-15/+5Star
| |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'pm-domains' into pm-oppRafael J. Wysocki2017-10-1414-567/+432Star
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-14/+0Star
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar2017-11-081-1/+5
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-0/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-07154-240/+492
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq: Add config option for reservation modeThomas Gleixner2017-10-181-0/+3
| * | | | | | | | | | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-1231-806/+1019
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1415-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/+0Star
| | * | | | | | | | | | | | timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25Star
| | * | | | | | | | | | | | 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/+6Star
| * | | | | | | | | | | | 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/+8Star