summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: implement the PIDs subsystemAleksa Sarai2015-07-142-0/+367
* cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-144-6/+88
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-2/+15
|\ \
| * | sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-2/+15
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-045-26/+55
|\ \ \
| * | | sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-043-23/+47
| * | | sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-041-1/+1
| * | | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
| * | | sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-042-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-032-13/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4
| * | | sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-7/+1
* | | | make certificate list change message more usefulLinus Torvalds2015-07-021-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-016-11/+28
|\ \ \ \
| * | | | kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-06-301-4/+1
| * | | | printk: improve the description of /dev/kmsg line formatAntonio Ospite2015-06-301-4/+4
| * | | | gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-302-1/+9
| * | | | kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-302-1/+12
| * | | | kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-301-1/+2
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-07-012-3/+2
|\ \ \ \ \
| * | | | | time: Remove development rules from Kbuild/MakefileThomas Gleixner2015-07-011-2/+0
| * | | | | timer: Fix hotplug regressionThomas Gleixner2015-06-261-1/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-012-2/+4
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-262-2/+4
| |\ \ \ \ \ \ \ \
| | | | * | | | | | PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-06-251-1/+1
| | | | * | | | | | PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus() failureVitaly Kuznetsov2015-06-241-1/+3
* | | | | | | | | | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-0/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kconfig: add xenconfig defconfig helperLuis R. Rodriguez2015-06-161-0/+48
* | | | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-015-143/+328
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell2015-06-281-0/+4
| * | | | | | | | | | param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-282-5/+22
| * | | | | | | | | | module: add per-module param_lockDan Streetman2015-06-232-19/+33
| * | | | | | | | | | module: make perm constDan Streetman2015-06-231-5/+3
| * | | | | | | | | | params: suppress unused variable error, warn once just in case code changes.Rusty Russell2015-06-231-0/+1
| * | | | | | | | | | kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez2015-05-281-7/+2
| * | | | | | | | | | kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez2015-05-281-6/+1
| * | | | | | | | | | kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+1
| * | | | | | | | | | kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-282-31/+30
| * | | | | | | | | | kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez2015-05-281-7/+9
| * | | | | | | | | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-7/+7
| * | | | | | | | | | module: Rework module_addr_{min,max}Peter Zijlstra2015-05-281-28/+52
| * | | | | | | | | | module: Use __module_address() for module_address_lookup()Peter Zijlstra2015-05-281-10/+7
| * | | | | | | | | | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-281-2/+28
| * | | | | | | | | | module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-281-5/+110
| * | | | | | | | | | seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-1/+1
| * | | | | | | | | | seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-26/+1
| * | | | | | | | | | module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-281-8/+32
| * | | | | | | | | | module, jump_label: Fix module lockingPeter Zijlstra2015-05-271-4/+6
OpenPOWER on IntegriCloud