summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko2014-08-083-0/+188
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-088-11/+8
* fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick2014-08-081-4/+2
* minix zmap block counts calculation fixQi Yong2014-08-082-3/+3
* drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-081-2/+2
* driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim2014-08-081-2/+14
* rtc: add pcf85063 supportSøren Andersen2014-08-084-0/+214
* drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland2014-08-081-0/+12
* drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-081-4/+153
* drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-081-26/+48
* rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-084-16/+36
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-081-0/+2
* drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich2014-08-081-5/+27
* drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-081-1/+1
* drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare2014-08-081-0/+1
* drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare2014-08-081-9/+9
* drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga2014-08-081-2/+73
* autofs4: comment typo: remove a a doubled wordNeilBrown2014-08-081-1/+1
* autofs4: remove some unused inline functionsNeilBrown2014-08-081-49/+0
* autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown2014-08-081-2/+6
* autofs4: remove a redundant assignmentNeilBrown2014-08-081-1/+0
* autofs4: remove unused autofs4_ispending()NeilBrown2014-08-081-14/+0
* kernel/test_kprobes.c: use current logging functionsFabian Frederick2014-08-081-56/+31
* init: make rootdelay=N consistent with rootwait behaviourPaul Gortmaker2014-08-081-6/+6
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim2014-08-081-1/+1
* fs/efs/namei.c: return is not a functionFabian Frederick2014-08-081-5/+6
* mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick2014-08-081-2/+2
* mm: memcontrol: avoid charge statistics churn during page migrationJohannes Weiner2014-08-081-25/+10
* memcg: remove lookup_cgroup_page() prototypeGreg Thelen2014-08-081-1/+0
* page-cgroup: get rid of NR_PCG_FLAGSVladimir Davydov2014-08-082-8/+0
* page-cgroup: trivial cleanupVladimir Davydov2014-08-081-11/+11
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-086-129/+117
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-0816-768/+389
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-0812-395/+338
* vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov2014-08-081-6/+3
* Revert "slab: remove BAD_ALIEN_MAGIC"Joonsoo Kim2014-08-081-1/+3
* Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-08-074-18/+28
|\
| * microblaze: Change libgcc-style functions from lib-y to obj-yDavid Holsgrove2014-07-181-11/+3
| * microblaze: Wire-up renameat2 syscallMichal Simek2014-07-092-0/+2
| * microblaze: Add syscall number commentMichal Simek2014-07-091-1/+1
| * microblaze: delay.h fix udelay and ndelay for 8 bit argsMichal Simek2014-07-091-6/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2014-08-071-3/+8
|\ \
| * | avr32: fix error return codeJulia Lawall2014-08-071-3/+8
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-07161-3284/+5477
|\ \ \
| * | | powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan2014-08-071-0/+1
| * | | powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_APIBenjamin Herrenschmidt2014-08-051-0/+4
| * | | powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras2014-08-051-1/+1
| * | | powerpc: start loop at section start of start in vmemmap_populated()Li Zhong2014-08-051-1/+2
| * | | powerpc: implement vmemmap_free()Li Zhong2014-08-051-21/+64