aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds3-14/+255
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+62
2011-07-26Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+27
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma2-1/+4
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2-2/+4
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma2-2/+16
2011-07-26atomic: use <linux/atomic.h>Arun Sharma75-75/+82
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2-0/+15
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita1-17/+1
2011-07-26fault-injection: remove nonexistent function externAkinobu Mita1-1/+0
2011-07-26ramoops: make record_size a module parameterSergiu Iordache1-0/+1
2011-07-26ramoops: move dump_oops into platform dataSergiu Iordache1-0/+1
2011-07-26panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines1-1/+1
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong1-21/+0
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2-0/+11
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2-0/+14
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2-6/+19
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2-4/+9
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-4/+9
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-14/+1072
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil1-0/+1
2011-07-26Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+60
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds5-34/+224
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds9-17/+19
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds4-19/+36
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-30/+117
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-0/+243
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-26/+7
2011-07-25Merge 'akpm' patch seriesLinus Torvalds24-127/+273
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita1-0/+2
2011-07-25drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal1-0/+25
2011-07-25misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin1-0/+18
2011-07-25lib: make _tolower() publicAndy Shevchenko1-0/+9
2011-07-25arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltageShreshtha Kumar Sahu1-0/+5
2011-07-25notifiers: vt: move vt notifiers into vt.hAmerigo Wang2-7/+9
2011-07-25notifiers: pm: move pm notifiers into suspend.hAmerigo Wang2-8/+10
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2-4/+6
2011-07-25notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang2-30/+34
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang2-32/+35
2011-07-25drivers/misc: add support the FSA9480 USB SwitchDonggeun Kim1-0/+27
2011-07-25include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe1-22/+21
2011-07-25include/linux/kernel.h: fix a headers_check warningWANG Cong1-23/+24
2011-07-25include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König1-0/+30
2011-07-25asm-generic/system.h: drop useless __KERNEL__Mike Frysinger1-2/+0