summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: fix one circular lockdep warning about console_lockJane Li2014-04-031-0/+2
* printk: do not compute the size of the message twicePetr Mladek2014-04-031-1/+1
* printk: use also the last bytes in the ring bufferPetr Mladek2014-04-031-2/+2
* printk: add comment about tricky check for text buffer sizePetr Mladek2014-04-031-0/+5
* printk: remove obsolete check for log level "c"Petr Mladek2014-04-031-2/+0
* kernel/resource.c: make reallocate_resource() staticDaeseok Youn2014-04-031-1/+1
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-036-9/+7
* fs, kernel: permit disabling the uselib syscallJosh Triplett2014-04-031-0/+1
* kernel/groups.c: remove return value of set_groupsWang YanQing2014-04-031-12/+2
* sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick2014-04-031-0/+1
* drop_caches: add some documentation and info messageDave Hansen2014-04-031-2/+2
* mm: optimize put_mems_allowed() usageMel Gorman2014-04-031-1/+1
* kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang2014-04-031-8/+8
* kthread: ensure locality of task_struct allocationsNishanth Aravamudan2014-04-031-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-032-20/+11
|\
| * kernel: Mark function as static in kernel/seccomp.cRashika Kheria2014-02-281-1/+1
| * capability: Use current logging stylesJoe Perches2014-02-241-19/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-61/+58
|\ \
| * | net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-311-61/+58
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-022-2/+2
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2014-02-2098-2990/+8298
| |\ \ \
| * | | | user_namespace.c: Remove duplicated word in commentBrian Campbell2014-02-191-1/+1
| * | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-192-2/+2
* | | | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-021-16/+134
|\ \ \ \ \
| * | | | | sched/idle: Add more comments to the codeDaniel Lezcano2014-03-111-2/+57
| * | | | | sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano2014-03-111-34/+44
| * | | | | sched/idle: Reorganize the idle loopDaniel Lezcano2014-03-111-18/+15
| * | | | | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-0/+56
| * | | | | Merge branch 'timers/core' into sched/idleIngo Molnar2014-02-288-31/+262
| |\ \ \ \ \
* | | | | | | pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-021-1/+3
* | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-022-57/+57
|\ \ \ \ \ \ \
| * | | | | | | compat: Fix sparse address space warningsH. Peter Anvin2014-02-021-2/+2
| * | | | | | | compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-022-55/+55
* | | | | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-016-101/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | block: remove old blk_iopoll_enabled variableJens Axboe2014-03-131-12/+0
| * | | | | | | | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-051-9/+11
| * | | | | | | | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-243-9/+16
| * | | | | | | | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-243-18/+6
| * | | | | | | | watchdog: Simplify a little the IPI callFrederic Weisbecker2014-02-241-2/+1
| * | | | | | | | smp: Move __smp_call_function_single() below its safe versionFrederic Weisbecker2014-02-241-32/+32
| * | | | | | | | smp: Consolidate the various smp_call_function_single() declensionsFrederic Weisbecker2014-02-241-41/+39
| * | | | | | | | smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-242-6/+10
| * | | | | | | | smp: Iterate functions through llist_for_each_entry_safe()Jan Kara2014-02-241-9/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-8/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | resources: Set type in __request_region()Bjorn Helgaas2014-03-191-2/+2
| * | | | | | | | resource: Add resource_contains()Bjorn Helgaas2014-02-261-6/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-017-20/+32
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2014-03-206-14/+20
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | PM: Add missing "freeze" stateGeert Uytterhoeven2014-03-121-2/+2
| | | * | | | | | | | PM / Hibernate: Spelling s/anonymouns/anonymous/Geert Uytterhoeven2014-03-121-1/+1
OpenPOWER on IntegriCloud