summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-22MAINTAINERS: update clkdev locationJoe Perches
2011-03-22MAINTAINERS: remove unnecessary linux-kernel@vger.kernel.org entriesJoe Perches
2011-03-22MAINTAINERS: add missing : after HR Timers F tagJoe Perches
2011-03-22MAINTAINERS: remove ASOC CODEC DRIVERS files not in treeJoe Perches
2011-03-22MAINTAINERS: change web links from wiki-analog to wiki.analogJoe Perches
2011-03-22MAINTAINERS: update ADP5520 patternJoe Perches
2011-03-22MAINTAINERS: quote non-alphanumeric email addressesJoe Perches
2011-03-22MAINTAINERS: add topgit for T:Harry Wei
2011-03-22get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-22vsprintf: neaten %pK kptr_restrict, save a bit of code spaceJoe Perches
2011-03-22drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() comb...Kirill A. Shutemov
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus
2011-03-22calibrate: retry with wider bounds when converge seems to failPhil Carmody
2011-03-22calibrate: home in on correct lpj value more quicklyPhil Carmody
2011-03-22calibrate: extract fall-back calculation into own helperPhil Carmody
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-03-22include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering
2011-03-22drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLEAxel Lin
2011-03-22drivers/misc/ep93xx_pwm.c: world-writable sysfs filesVasiliy Kulikov
2011-03-22drivers/misc/atmel_tclib.c: fix a memory leakAxel Lin
2011-03-22drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv()Axel Lin
2011-03-22drivers/misc/apds9802als.c: put the device into runtime suspend after resume(...Hong Liu
2011-03-22ST SPEAr: PCIE gadget suppportPratyush Anand
2011-03-22drivers/misc/bmp085.c: free initmem memoryShubhrajyoti Datta
2011-03-22bh1780gli: convert to dev pm opsShubhrajyoti Datta
2011-03-22fs.h: remove 8 bytes of padding from block_device on 64bit buildsRichard Kennedy
2011-03-22include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori
2011-03-22um: remove file pointer from ioctlRichard Weinberger
2011-03-22uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov
2011-03-22mm: simplify code of swap.cShaohua Li
2011-03-22shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-22mm/memblock: properly handle overlaps and fix error pathBenjamin Herrenschmidt
2011-03-22mm/page_alloc.c: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov
2011-03-22vmalloc: remove confusing comment on vwrite()Namhyung Kim
2011-03-22writeback: make mapping->writeback_index to point to the last written pageJun'ichi Nomura
2011-03-22mm: remove inline from scan_swap_map()Cesar Eduardo Barros
2011-03-22sys_swapon: separate final enabling of the swapfileCesar Eduardo Barros
2011-03-22sys_swapoff: change order to match sys_swaponCesar Eduardo Barros
2011-03-22sys_swapon: move printk outside lockCesar Eduardo Barros
2011-03-22sys_swapon: remove nr_good_pages variableCesar Eduardo Barros