summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-07mm: create generic early_ioremap() supportMark Salter
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter
2014-04-07vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter
2014-04-07mm: use raw_cpu ops for determining current NUMA nodeChristoph Lameter
2014-04-07percpu: add raw_cpu_opsChristoph Lameter
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells
2014-04-07asm/system.h: clean asm/system.h from docsDavid Howells
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-04-07ipc: use device_initcallDavidlohr Bueso
2014-04-07ipc/compat.c: remove sc_semopm macroDavidlohr Bueso
2014-04-07initramfs: debug detected compression methodDaniel M. Weeks
2014-04-07fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett
2014-04-07bug: Make BUG() always stop the machineJosh Triplett
2014-04-07bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett
2014-04-07include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett
2014-04-07bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett
2014-04-07ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett
2014-04-07ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett
2014-04-07cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven
2014-04-07cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter
2014-04-07kernel/panic.c: display reason at end + pr_emergFabian Frederick
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick
2014-04-07hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal
2014-04-07idr: remove dead codeStephen Hemminger
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria