| Commit message (Expand) | Author | Files | Lines |
2014-05-20 | x86, mm: Replace arch_vma_name with vm_ops->name for vsyscalls | Andy Lutomirski | 1 | -8/+9 |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 8 | -51/+94 |
2014-05-20 | mm, fs: Add vm_ops->name as an alternative to arch_vma_name | Andy Lutomirski | 3 | -0/+20 |
2014-05-20 | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 1 | -1/+2 |
2014-05-15 | x86-64, modify_ldt: Make support for 16-bit segments a runtime option | Linus Torvalds | 2 | -1/+11 |
2014-05-14 | x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow() | Anthony Iliopoulos | 1 | -0/+1 |
2014-05-13 | MAINTAINERS: Add co-maintainer for drivers/irqchip | Jason Cooper | 1 | -0/+8 |
2014-05-12 | hwmon: (emc1403) Support full range of known chip revision numbers | Josef Gajdusek | 1 | -1/+1 |
2014-05-12 | hwmon: (emc1403) Fix resource leak on module unload | Jean Delvare | 1 | -3/+3 |
2014-05-12 | hwmon: (emc1403) fix inverted store_hyst() | Josef Gajdusek | 1 | -1/+1 |
2014-05-12 | arm64: introduce virt_to_pfn | Stefano Stabellini | 1 | -0/+1 |
2014-05-12 | hrtimer: Set expiry time before switch_hrtimer_base() | Viresh Kumar | 1 | -4/+4 |
2014-05-12 | x86, rdrand: When nordrand is specified, disable RDSEED as well | H. Peter Anvin | 2 | -4/+5 |
2014-05-11 | mm, thp: close race between mremap() and split_huge_page() | Kirill A. Shutemov | 1 | -1/+8 |
2014-05-11 | mm: postpone the disabling of kmemleak early logging | Catalin Marinas | 1 | -2/+2 |
2014-05-11 | MAINTAINERS: update maintainership of LTP | Cyril Hrubis | 1 | -4/+4 |
2014-05-11 | drivers/rtc/rtc-hym8563.c: set uie_unsupported | Heiko Stuebner | 1 | -0/+3 |
2014-05-11 | MAINTAINERS: update Broadcom ARM tree location and add an SoC family | Matt Porter | 1 | -2/+3 |
2014-05-11 | ARM: dts: i.MX53: Fix ipu register space size | Sascha Hauer | 1 | -1/+1 |
2014-05-09 | Linux 3.15-rc5v3.15-rc5 | Linus Torvalds | 1 | -1/+1 |
2014-05-09 | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky | 1 | -1/+1 |
2014-05-09 | x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro | Andres Freund | 1 | -1/+1 |
2014-05-09 | x86: Fix typo preventing msr_set/clear_bit from having an effect | Andres Freund | 1 | -1/+1 |
2014-05-09 | locks: only validate the lock vs. f_mode in F_SETLK codepaths | Jeff Layton | 1 | -12/+24 |
2014-05-08 | NFSD: Call ->set_acl with a NULL ACL structure if no entries | Kinglong Mee | 1 | -8/+9 |
2014-05-08 | tracepoint: Fix use of tracepoint funcs after rcu free | Mathieu Desnoyers | 1 | -2/+2 |
2014-05-08 | trace: module: Maintain a valid user count | Romain Izard | 1 | -1/+1 |
2014-05-08 | mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req" | Micky Ching | 4 | -448/+109 |
2014-05-08 | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang | 1 | -0/+16 |
2014-05-08 | x86/hpet: Make boot_hpet_disable extern | Feng Tang | 2 | -1/+2 |
2014-05-07 | x86-64, build: Fix stack protector Makefile breakage with 32-bit userland | George Spelvin | 1 | -0/+1 |
2014-05-07 | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner | 1 | -0/+10 |
2014-05-07 | genirq: Provide irq_force_affinity fallback for non-SMP | Arnd Bergmann | 1 | -0/+5 |
2014-05-06 | agp: info leak in agpioc_info_wrap() | Dan Carpenter | 1 | -0/+1 |
2014-05-06 | fs/affs/super.c: bugfix / double free | Fabian Frederick | 1 | -2/+0 |
2014-05-06 | fanotify: fix -EOVERFLOW with large files on 64-bit | Will Woods | 1 | -0/+2 |
2014-05-06 | slub: use sysfs'es release mechanism for kmem_cache | Christoph Lameter | 4 | -24/+29 |
2014-05-06 | revert "mm: vmscan: do not swap anon pages just because free+file is low" | Johannes Weiner | 1 | -0/+18 |
2014-05-06 | autofs: fix lockref lookup | Ian Kent | 1 | -2/+2 |
2014-05-06 | mm: filemap: update find_get_pages_tag() to deal with shadow entries | Johannes Weiner | 3 | -37/+40 |
2014-05-06 | mm/compaction: make isolate_freepages start at pageblock boundary | Vlastimil Babka | 1 | -10/+12 |
2014-05-06 | MAINTAINERS: zswap/zbud: change maintainer email address | Seth Jennings | 1 | -2/+2 |
2014-05-06 | mm/page-writeback.c: fix divide by zero in pos_ratio_polynom | Rik van Riel | 1 | -3/+3 |
2014-05-06 | hugetlb: ensure hugepage access is denied if hugepages are not supported | Nishanth Aravamudan | 3 | -5/+29 |
2014-05-06 | slub: fix memcg_propagate_slab_attrs | Vladimir Davydov | 1 | -4/+7 |
2014-05-06 | drivers/rtc/rtc-pcf8523.c: fix month definition | Chris Cui | 1 | -2/+2 |
2014-05-06 | nick kvfree() from apparmor | Al Viro | 4 | -15/+12 |
2014-05-06 | posix_acl: handle NULL ACL in posix_acl_equiv_mode | Christoph Hellwig | 1 | -0/+6 |
2014-05-06 | NFSd: call rpc_destroy_wait_queue() from free_client() | Trond Myklebust | 1 | -0/+1 |
2014-05-06 | NFSd: Move default initialisers from create_client() to alloc_client() | Trond Myklebust | 1 | -12/+12 |