aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir2-5/+5
2013-07-10net: rename ll methods to busy-pollEliezer Tamir2-11/+13
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-0/+0
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds6-10/+30
2013-07-10Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-1/+44
2013-07-10Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds1-2/+2
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds16-99/+209
2013-07-10Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+1
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-0/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds87-553/+1354
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-198/+646
2013-07-09Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdevLinus Torvalds4-43/+464
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds16-65/+180
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-25/+3
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin1-0/+4
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-6/+0
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-13/+64
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-37/+18
2013-07-09libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin1-5/+0
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-29/+125
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+12
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita1-0/+5
2013-07-09lib: add lz4 compressor moduleChanho Min1-0/+36
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-0/+10
2013-07-09decompressor: add LZ4 decompressor moduleKyungsik Lee1-0/+51
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-0/+17
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2-0/+2
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt1-0/+2
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt1-0/+5
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt1-1/+1
2013-07-09ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul1-1/+0
2013-07-09ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul1-1/+4
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2-13/+0
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood1-0/+10
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen1-2/+2
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches1-6/+0
2013-07-09mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch nameWanpeng Li1-0/+6
2013-07-09mm/writeback: remove wb_reason_nameWanpeng Li1-1/+0
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+0
2013-07-09mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei1-28/+0
2013-07-09include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei1-1/+1
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei1-6/+6
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names recordJeff Layton1-4/+22
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir2-23/+25
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-0/+1
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton1-0/+6
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-11/+13
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-22/+9
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-15/+61
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-67/+75