summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines2-1/+12
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook3-9/+7
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang1-0/+18
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto2-1/+21
2011-03-22vsprintf: neaten %pK kptr_restrict, save a bit of code spaceJoe Perches1-9/+5
2011-03-22drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() comb...Kirill A. Shutemov1-4/+2
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus1-6/+16
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus3-3/+24
2011-03-22calibrate: retry with wider bounds when converge seems to failPhil Carmody1-4/+18
2011-03-22calibrate: home in on correct lpj value more quicklyPhil Carmody1-23/+34
2011-03-22calibrate: extract fall-back calculation into own helperPhil Carmody1-33/+40
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov1-98/+25
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez1-6/+5
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang3-89/+84
2011-03-22include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König1-0/+8
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering4-15/+15
2011-03-22drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-03-22drivers/misc/ep93xx_pwm.c: world-writable sysfs filesVasiliy Kulikov1-3/+3
2011-03-22drivers/misc/atmel_tclib.c: fix a memory leakAxel Lin1-2/+2
2011-03-22drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv()Axel Lin1-2/+2
2011-03-22drivers/misc/apds9802als.c: put the device into runtime suspend after resume(...Hong Liu1-7/+10
2011-03-22ST SPEAr: PCIE gadget suppportPratyush Anand5-0/+1080
2011-03-22drivers/misc/bmp085.c: free initmem memoryShubhrajyoti Datta1-3/+3
2011-03-22bh1780gli: convert to dev pm opsShubhrajyoti Datta1-9/+10
2011-03-22fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy1-1/+1
2011-03-22include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov3-16/+8
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines3-3/+4
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori19-106/+6
2011-03-22um: remove file pointer from ioctlRichard Weinberger2-4/+4
2011-03-22uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov2-0/+4
2011-03-22mm: simplify code of swap.cShaohua Li1-75/+58
2011-03-22shmem: let shared anonymous be nonlinear againHugh Dickins1-0/+1
2011-03-22mm/memblock: properly handle overlaps and fix error pathBenjamin Herrenschmidt1-109/+132
2011-03-22mm/page_alloc.c: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov1-3/+2
2011-03-22vmalloc: remove confusing comment on vwrite()Namhyung Kim1-2/+0
2011-03-22writeback: make mapping->writeback_index to point to the last written pageJun'ichi Nomura1-1/+2
2011-03-22mm: remove inline from scan_swap_map()Cesar Eduardo Barros1-2/+2
2011-03-22sys_swapon: separate final enabling of the swapfileCesar Eduardo Barros1-42/+42
2011-03-22sys_swapoff: change order to match sys_swaponCesar Eduardo Barros1-3/+4
2011-03-22sys_swapon: move printk outside lockCesar Eduardo Barros1-7/+8
2011-03-22sys_swapon: remove nr_good_pages variableCesar Eduardo Barros1-5/+3
2011-03-22sys_swapon: simplify error flow in setup_swap_map_and_extents()Cesar Eduardo Barros1-14/+5
2011-03-22sys_swapon: separate parsing of bad blocks and extentsCesar Eduardo Barros1-29/+54
2011-03-22sys_swapon: call swap_cgroup_swapon() earlierCesar Eduardo Barros1-4/+4
2011-03-22sys_swapon: simplify error flow in read_swap_header()Cesar Eduardo Barros1-9/+6
2011-03-22sys_swapon: separate parsing of swapfile headerCesar Eduardo Barros1-62/+78
2011-03-22sys_swapon: move setting of swapfilepages near useCesar Eduardo Barros1-2/+1
2011-03-22sys_swapon: simplify error flow in claim_swapfile()Cesar Eduardo Barros1-14/+6
2011-03-22sys_swapon: separate bdev claim and inode lockCesar Eduardo Barros1-25/+39
2011-03-22sys_swapon: use a single error labelCesar Eduardo Barros1-4/+3