aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
* rcu: Make rcu_is_watching() really notraceAlexei Starovoitov2015-07-22
* cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney2015-07-22
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-22
* rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-22
* rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-22
* rcu: Change return type to boolNicholas Mc Guire2015-07-15
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-15
* rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-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
| * | | | | | | | | | params: suppress unused variable error, warn once just in case code changes.Rusty Russell2015-06-23
| * | | | | | | | | | kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez2015-05-27
| * | | | | | | | | | kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez2015-05-27
| * | | | | | | | | | kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez2015-05-27
| * | | | | | | | | | kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-27
| * | | | | | | | | | kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez2015-05-27
| * | | | | | | | | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-27
| * | | | | | | | | | module: Rework module_addr_{min,max}Peter Zijlstra2015-05-27