Commit Graph

241311 Commits (fc832ad3645f0507f24d11752544525a50a83c71)
 

Author SHA1 Message Date
Fabio M. Di Nitto 7bf693951a console: allow to retain boot console via boot option keep_bootcon 14 years ago
Joe Perches 26297607e0 vsprintf: neaten %pK kptr_restrict, save a bit of code space 14 years ago
Kirill A. Shutemov 3bb598fb23 drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() combination 14 years ago
Don Zickus f99a99330f kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events 14 years ago
Don Zickus fef2c9bc1b kernel/watchdog.c: allow hardlockup to panic by default 14 years ago
Phil Carmody b1b5f65e53 calibrate: retry with wider bounds when converge seems to fail 14 years ago
Phil Carmody 191e56880a calibrate: home in on correct lpj value more quickly 14 years ago
Phil Carmody 71c696b1d0 calibrate: extract fall-back calculation into own helper 14 years ago
Oleg Nesterov 9bfb23fc4a sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code 14 years ago
Michael Rodriguez 4d51985e48 kernel/cpu.c: fix many errors related to style. 14 years ago
Amerigo Wang 34db18a054 smp: move smp setup functions to kernel/smp.c 14 years ago
Uwe Kleine-König fa9ee9c4b9 include/linux/err.h: add a function to cast error-pointers to a return value 14 years ago
Olaf Hering d404ab0a11 move x86 specific oops=panic to generic code 14 years ago
Axel Lin b259514282 drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE 14 years ago
Vasiliy Kulikov deb187e724 drivers/misc/ep93xx_pwm.c: world-writable sysfs files 14 years ago
Axel Lin a844b43ca0 drivers/misc/atmel_tclib.c: fix a memory leak 14 years ago
Axel Lin 6f7d485e13 drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv() 14 years ago
Hong Liu 4e67359923 drivers/misc/apds9802als.c: put the device into runtime suspend after resume()/probe() is handled 14 years ago
Pratyush Anand b9500546d5 ST SPEAr: PCIE gadget suppport 14 years ago
Shubhrajyoti Datta 45bff2ea42 drivers/misc/bmp085.c: free initmem memory 14 years ago
Shubhrajyoti Datta 4a7de634f0 bh1780gli: convert to dev pm ops 14 years ago
Richard Kennedy f3ccfcdaf3 fs.h: remove 8 bytes of padding from block_device on 64bit builds 14 years ago
Borislav Petkov c837fb37a6 include/linux/compiler-gcc*.h: unify macro definitions 14 years ago
Mandeep Singh Baines 80cdc6dae7 fs: use appropriate printk priority levels 14 years ago
FUJITA Tomonori 3e50594e8e add the common dma_addr_t typedef to include/linux/types.h 14 years ago
Richard Weinberger 8a06dc4d52 um: remove file pointer from ioctl 14 years ago
Paul Pluzhnikov 13e165baf6 uml: kernels on {i386,x86_64} produce bad coredumps 14 years ago
Shaohua Li 3dd7ae8ec0 mm: simplify code of swap.c 14 years ago
Hugh Dickins bee4c36a5c shmem: let shared anonymous be nonlinear again 14 years ago
Benjamin Herrenschmidt 8f7a66051b mm/memblock: properly handle overlaps and fix error path 14 years ago
Kirill A. Shutemov 84be48d84a mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination 14 years ago
Namhyung Kim a42931bf9c vmalloc: remove confusing comment on vwrite() 14 years ago
Jun'ichi Nomura cf15b07cf4 writeback: make mapping->writeback_index to point to the last written page 14 years ago
Cesar Eduardo Barros 24b8ff7c27 mm: remove inline from scan_swap_map() 14 years ago
Cesar Eduardo Barros 40531542e2 sys_swapon: separate final enabling of the swapfile 14 years ago
Cesar Eduardo Barros c6a2b64ba5 sys_swapoff: change order to match sys_swapon 14 years ago
Cesar Eduardo Barros c69dbfb84e sys_swapon: move printk outside lock 14 years ago
Cesar Eduardo Barros 9c8100ef26 sys_swapon: remove nr_good_pages variable 14 years ago
Cesar Eduardo Barros bdb8e3f683 sys_swapon: simplify error flow in setup_swap_map_and_extents() 14 years ago
Cesar Eduardo Barros 915d4d7bc0 sys_swapon: separate parsing of bad blocks and extents 14 years ago
Cesar Eduardo Barros 1421ef3cd1 sys_swapon: call swap_cgroup_swapon() earlier 14 years ago
Cesar Eduardo Barros 3871902538 sys_swapon: simplify error flow in read_swap_header() 14 years ago
Cesar Eduardo Barros ca8bd38bf6 sys_swapon: separate parsing of swapfile header 14 years ago
Cesar Eduardo Barros 5de771e41f sys_swapon: move setting of swapfilepages near use 14 years ago
Cesar Eduardo Barros 87ade72a79 sys_swapon: simplify error flow in claim_swapfile() 14 years ago
Cesar Eduardo Barros 4d0e1e1075 sys_swapon: separate bdev claim and inode lock 14 years ago
Cesar Eduardo Barros bd69010b04 sys_swapon: use a single error label 14 years ago
Cesar Eduardo Barros 9b01c350af sys_swapon: do only cleanup in the cleanup blocks 14 years ago
Cesar Eduardo Barros f2090d2df5 sys_swapon: remove bdev variable 14 years ago
Cesar Eduardo Barros 7de7fb6b34 sys_swapon: move setting of error nearer use 14 years ago