summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decompressor: add LZ4 decompressor moduleKyungsik Lee2013-07-093-0/+471
* lib: add weak clz/ctz functionsChanho Min2013-07-092-1/+59
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-098-145/+107
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-09125-166/+282
* reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-094-9/+10
* reboot: arm: remove unused restart_mode fields from some arm subarchsRobin Holt2013-07-094-6/+0
* reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-094-7/+9
* reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-092-5/+12
* reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt2013-07-092-15/+14
* reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt2013-07-093-332/+347
* reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt2013-07-091-5/+0
* partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter2013-07-091-0/+5
* partitions: add aix lvm partition support filesPhilippe De Muyter2013-07-094-0/+306
* partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter2013-07-091-6/+6
* mwave: fix info leak in mwave_ioctl()Dan Carpenter2013-07-091-0/+1
* ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu updateManfred Spraul2013-07-091-11/+21
* ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul2013-07-092-7/+31
* ipc/sem.c: always use only one queue for alter operationsManfred Spraul2013-07-091-40/+88
* ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul2013-07-092-61/+155
* ipc/sem.c: cacheline align the semaphore structuresManfred Spraul2013-07-091-1/+1
* ipc/util.c, ipc_rcu_alloc: cacheline align allocationManfred Spraul2013-07-091-6/+6
* ipc: remove unused functionsDavidlohr Bueso2013-07-092-26/+0
* ipc,msg: shorten critical region in msgrcvDavidlohr Bueso2013-07-091-26/+32
* ipc,msg: shorten critical region in msgsndDavidlohr Bueso2013-07-091-13/+24
* ipc,msg: make msgctl_nolock locklessDavidlohr Bueso2013-07-091-10/+17
* ipc,msg: introduce lockless functions to obtain the ipc objectDavidlohr Bueso2013-07-091-0/+21
* ipc,msg: introduce msgctl_nolockDavidlohr Bueso2013-07-091-15/+34
* ipc,msg: shorten critical region in msgctl_downDavidlohr Bueso2013-07-091-5/+7
* ipc: move locking out of ipcctl_pre_down_nolockDavidlohr Bueso2013-07-094-39/+56
* ipc: close open coded spin lock callsDavidlohr Bueso2013-07-094-12/+12
* ipc: introduce ipc object locking helpersDavidlohr Bueso2013-07-091-5/+15
* ipc: move rcu lock out of ipc_addidDavidlohr Bueso2013-07-093-7/+8
* ipc/shmc.c: eliminate ugly 80-col tricksAndrew Morton2013-07-092-4/+4
* ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...Oleg Nesterov2013-07-091-0/+3
* ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov2013-07-091-0/+1
* ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov2013-07-091-18/+8
* ptrace/x86: ptrace_write_dr7() should create bp if !disabledOleg Nesterov2013-07-091-7/+10
* ptrace/x86: introduce ptrace_register_breakpoint()Oleg Nesterov2013-07-091-36/+50
* ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Oleg Nesterov2013-07-091-33/+20
* ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov2013-07-091-25/+15
* ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-094-30/+1
* ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-4/+0
* ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-8/+0
* ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-26/+4
* ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-23/+5
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-094-0/+31
* drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block()Fabio Estevam2013-07-091-1/+6
* ncpfs: fix error return code in ncp_parse_options()Wei Yongjun2013-07-091-3/+9
* checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches2013-07-091-19/+35
* panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton2013-07-091-2/+3