summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-302-9/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-201-8/+60
| * | | | | | | | | | Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells2012-02-191-1/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-3/+2Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-261-3/+2Star
* | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-294-42/+59
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | cpusets: Remove an unused variableDan Carpenter2012-03-281-1/+0Star
| * | | | | | | | | | | sched/rt: Improve pick_next_highest_task_rt()Michael J Wang2012-03-271-1/+1
| * | | | | | | | | | | sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2012-03-272-32/+50
| * | | | | | | | | | | sched: Fix compiler warning about declared inline after usePeter Zijlstra2012-03-231-8/+8
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-293-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-233-3/+4
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-295-124/+77Star
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
| * | | | | | | | | | | | kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-242-8/+8
| * | | | | | | | | | | | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-241-5/+1Star
| * | | | | | | | | | | | time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-241-4/+6
| * | | | | | | | | | | | alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-241-1/+4
| * | | | | | | | | | | | ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-232-101/+47Star
| * | | | | | | | | | | | time: Remove bogus commentsThomas Gleixner2012-03-161-6/+0Star
| * | | | | | | | | | | | time: Fix change_clocksource lockingJohn Stultz2012-03-161-0/+7
* | | | | | | | | | | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-292-4/+14
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-295-5/+141
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-292-0/+42
| * | | | | | | | | | | sysctl: use bitmap library functionsAkinobu Mita2012-03-291-5/+3Star
| * | | | | | | | | | | kexec: add further check to crashkernelZhenzhong Duan2012-03-291-0/+4
| * | | | | | | | | | | kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon2012-03-291-0/+2
| * | | | | | | | | | | smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-291-0/+61
| * | | | | | | | | | | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-291-0/+29
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-298-6/+5Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-286-6/+0Star
| * | | | | | | | | | | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+1
| * | | | | | | | | | | Disintegrate asm/system.h for SparcDavid Howells2012-03-282-0/+4
* | | | | | | | | | | | module: Remove module size limitSasha Levin2012-03-261-2/+1Star
* | | | | | | | | | | | module: move __module_get and try_module_get() out of line.Steven Rostedt2012-03-261-0/+30
* | | | | | | | | | | | params: <level>_initcall-like kernel parametersPawel Moll2012-03-262-5/+14
* | | | | | | | | | | | module_param: remove support for bool parameters which are really int.Rusty Russell2012-03-261-21/+2Star
* | | | | | | | | | | | module: add kernel param to force disable module loadDave Young2012-03-261-0/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-291-1/+0Star
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-243-659/+3Star
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-253-625/+0Star
| * | | | | | | | | | | | sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-251-9/+4Star
| * | | | | | | | | | | | sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-251-26/+0Star
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | kmod: make __request_module() killableOleg Nesterov2012-03-241-2/+24
* | | | | | | | | | | | kmod: introduce call_modprobe() helperOleg Nesterov2012-03-241-8/+16
* | | | | | | | | | | | usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2012-03-241-1/+1
* | | | | | | | | | | | usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-241-6/+2Star
* | | | | | | | | | | | usermodehelper: implement UMH_KILLABLEOleg Nesterov2012-03-241-2/+25
* | | | | | | | | | | | usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov2012-03-241-2/+7