summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-136-106/+83
|\ \ \ \
| * \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-11-134-91/+78
| |\ \ \ \
| | * | | | 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/+77
| | |\ \ \ \ \
| | | * | | | | PM: Use a more common logging styleJoe Perches2017-10-033-90/+77
| | | | |/ / / | | | |/| | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-132-15/+5
| |\ \ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'pm-domains' into pm-oppRafael J. Wysocki2017-10-1414-567/+432
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-14/+0
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | 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-131-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-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
* | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1313-54/+600
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes2017-11-121-1/+1
| * | | | | | | | | | | | | irqdomain: Drop pointless NULL check in virq_debug_show_oneRasmus Villemoes2017-11-121-2/+1