summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-29Fix ia64 build errors (fallout from system.h disintegration)Luck, Tony
2012-03-29Merge branch 'irqdomain/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi
2012-03-29irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG renameGrant Likely
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely
2012-03-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-29drm/i915: suspend fbdev device around suspend/hibernateDave Airlie
2012-03-28Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-28Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28backlight: fix typo in tosa_lcd.cMasanari Iida
2012-03-28crc32: add help text for the algorithm select optionDarrick J. Wong
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmDave Young
2012-03-28mm: move slabinfo.c to tools/vmDave Young
2012-03-28mm: move page-types.c from Documentation to tools/vmDave Young
2012-03-28selftests/Makefile: make `run_tests' depend on `all'Andrew Morton
2012-03-28selftests: launch individual selftests from the main MakefileFrederic Weisbecker
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov
2012-03-28radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov
2012-03-28radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano
2012-03-28sysctl: use bitmap library functionsAkinobu Mita
2012-03-28ipmi: use locks on watchdog timeout set on rebootCorey Minyard
2012-03-28ipmi: simplify lockingCorey Minyard
2012-03-28ipmi: fix message handling during panicsCorey Minyard
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard
2012-03-28ipmi: increase KCS timeoutsMatthew Garrett
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda
2012-03-28kdump x86: fix total mem size calculation for reservationDave Young
2012-03-28kexec: add further check to crashkernelZhenzhong Duan
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat
2012-03-28mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef
2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2012-03-28swapon: check validity of swap_flagsHugh Dickins
2012-03-28mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki