aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-06scripts/get_maintainer.pl: add --file-emails, find embedded email addressesJoe Perches
2010-03-06printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan
2010-03-06exec: create initial stack independent of PAGE_SIZEMichael Neuling
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-03-06posix-cpu-timers: cleanup rlimits usageJiri Slaby
2010-03-06kernel/exit.c: fix shadows sparse warningThiago Farina
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput
2010-03-06splice: comparing unsigned int < 0Dan Carpenter
2010-03-06lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom
2010-03-06eisa: fix coding style for eisa bus codeThadeu Lima de Souza Cascardo
2010-03-06drivers/misc/iwmc3200top/main.c: eliminate useless codeJulia Lawall
2010-03-06init/main.c: make setup_max_cpus static for !SMPH Hartley Sweeten
2010-03-06smp: fix documentation in include/linux/smp.hRakib Mullick
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten
2010-03-06fs: use rlimit helpersJiri Slaby
2010-03-06cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens
2010-03-06init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten
2010-03-06init/main.c: improve usability in case of init binary failureAndreas Mohr
2010-03-06kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong
2010-03-06MFGPT: move clocksource menuRandy Dunlap
2010-03-06um: tell git to ignore generated filesWANG Cong
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov
2010-03-06cris v32: typo in crisv32_arbiter_unwatch()?Roel Kluin
2010-03-06cryptocop: fix assertion in create_output_descriptors()Roel Kluin
2010-03-06cris: convert to use arch_gettimeoffset()john stultz
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy
2010-03-06alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin
2010-03-06frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani
2010-03-06mm: use the same log level for show_mem()Amerigo Wang
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner
2010-03-06vmscan: factor out page reference checksJohannes Weiner
2010-03-06mm: document /sys/devices/system/node/nodeXMel Gorman
2010-03-06mm: document /proc/pagetypeinfoMel Gorman
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang