aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-12
|\
| * tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2015-07-11
| * tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner2015-07-07
| * tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner2015-07-07
| * tick/broadcast: Return busy when IPI is pendingThomas Gleixner2015-07-07
| * tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner2015-07-07
| * tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner2015-07-07
| * tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner2015-07-07
| * tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-07
| * tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner2015-07-07
| * tick/broadcast: Prevent hrtimer recursionThomas Gleixner2015-07-07
| * clockevents: Allow set-state callbacks to be optionalViresh Kumar2015-07-07
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-12
|\ \
| * | hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner2015-07-08
| |/
* | module: Fix load_module() error pathPeter Zijlstra2015-07-08
* | Fix broken audit tests for exec arg lenLinus Torvalds2015-07-08
* | perf: Fix AUX buffer refcountingPeter Zijlstra2015-07-06
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-23
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-04
|\ \
| * | sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-03
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-04
|\ \ \
| * | | sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-04
| * | | sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-04
| * | | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-04
| * | | sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-04
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-03
|\ \ \ \ | |_|/ / |/| | |
| * | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-01
| * | | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-01
* | | | make certificate list change message more usefulLinus Torvalds2015-07-02
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-01
|\ \ \ \
| * | | | kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-06-30
| * | | | printk: improve the description of /dev/kmsg line formatAntonio Ospite2015-06-30
| * | | | gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-30
| * | | | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-30
| * | | | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-30
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-01
|\ \ \ \ \
| * | | | | time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-01
| * | | | | timer: Fix hotplug regressionThomas Gleixner2015-06-26
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-01
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-25
| |\ \ \ \ \ \ \ \
| | | | * | | | | | PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-06-24
| | | | * | | | | | PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus() failureVitaly Kuznetsov2015-06-24
* | | | | | | | | | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-01
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kconfig: add xenconfig defconfig helperLuis R. Rodriguez2015-06-16
* | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell2015-06-28
| * | | | | | | | | | param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-28
| * | | | | | | | | | module: add per-module param_lockDan Streetman2015-06-23
| * | | | | | | | | | module: make perm constDan Streetman2015-06-23