- 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 10 years ago
- 788807d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
- 6155bc1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 92ef9ce Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
- c3c87e7 perf: Tighten (and fix) the grouping condition by Peter Zijlstra · 10 years ago
- 14bf61f quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units by Jan Kara · 10 years ago
- 4adca1c Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
- abe3b26 Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
- 07261ed printk: add dummy routine for when CONFIG_PRINTK=n by Pranith Kumar · 10 years ago
- 9879de7 mm: page_alloc: embed OOM killing naturally into allocation slowpath by Johannes Weiner · 10 years ago
- d5fd120 i2c: Only include slave support if selected by Jean Delvare · 10 years ago
- b73f0c8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5506959 Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
- 1939341 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 5fbaba8 Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john.stultz/linux into timers/urgent by Thomas Gleixner · 10 years ago
- d5db139 module: make module_refcount() a signed integer. by Rusty Russell · 10 years ago
- b97f880 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
- eef8f4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
- d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 10 years ago
- 72dd299 libata: allow sata_sil24 to opt-out of tag ordered submission by Dan Williams · 10 years ago
- ee1c2442 genetlink: synchronize socket closing and family removal by Johannes Berg · 10 years ago
- 79600d4 Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
- a2a32cd Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- 8505e72 PCI: Add pci_claim_bridge_resource() to clip window if necessary by Yinghai Lu · 10 years ago
- f331a85 PCI: Add flag for devices where we can't use bus reset by Alex Williamson · 10 years ago
- 113620b Merge remote-tracking branch 'regulator/fix/s2mps11' into regulator-linus by Mark Brown · 10 years ago
- 919ba4e Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 10 years ago
- a6391a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 4ccce02 netdevice: Add missing parentheses in macro by Benjamin Poirier · 10 years ago
- 31238e61 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 0c133dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
- 43239cb kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) by Christian Borntraeger · 10 years ago
- 5d632cb net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations by B Viswanath · 10 years ago
- b5540ce mmc: sdhci: Disable re-tuning for HS400 by Adrian Hunter · 10 years ago
- ddb321a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- aa92913 Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
- 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- b3d574a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 88a7c26 perf: Move task_pt_regs sampling into arch code by Andy Lutomirski · 10 years ago
- 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
- 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 10 years ago
- 7a3ef20 mm: prevent endless growth of anon_vma hierarchy by Konstantin Khlebnikov · 10 years ago
- 74e59ea Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- ad26aa6 regulator: s2mps11: Fix wrong calculation of register offset by Jonghwa Lee · 10 years ago
- d7d5a00 libceph: fix sparse endianness warnings by Ilya Dryomov · 10 years ago
- 5b3f25f blk-mq: Allow requests to never expire by Keith Busch · 10 years ago
- 1885b24 blk-mq: Add helper to abort requeued requests by Jens Axboe · 10 years ago
- c68ed59 blk-mq: Let drivers cancel requeue_work by Keith Busch · 10 years ago
- 973c019 blk-mq: Export if requests were started by Keith Busch · 10 years ago
- e61f7d1 libata: Whitelist SSDs that are known to properly return zeroes after TRIM by Martin K. Petersen · 10 years ago
- 6ada1fc time: settimeofday: Validate the values of tv from user by Sasha Levin · 10 years ago
- 17ded32 blk-mq: get rid of ->cmd_size in the hardware queue by Jens Axboe · 10 years ago
- 794c3a0 Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
- fee7e49 mm: propagate error from stack expansion even for guard page by Linus Torvalds · 10 years ago
- ceb3a16 NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client by Trond Myklebust · 10 years ago
- d02dc27 ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu() by Hanjun Guo · 10 years ago
- bac2298 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
- 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- df90dcd Merge tag 'pm+acpi-3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 4c5d499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
- 45f87de mm: get rid of radix tree gfp mask for pagecache_get_page by Michal Hocko · 10 years ago
- 4f2f277 Merge branches 'pm-domains', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
- ff23ab2 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
- 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
- 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
- 66b3f4f Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
- 041d7b9 audit: restore AUDIT_LOGINUID unset ABI by Richard Guy Briggs · 10 years ago
- 0bc09f9 phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cards by Vignesh R · 10 years ago
- 32c9edc Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 10 years ago
- 60815cf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
- bfc7249 Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
- 5d6a546 Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- b4c6a02 blk-mq: Export freeze/unfreeze functions by Keith Busch · 10 years ago
- ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 464ed18 PM: Eliminate CONFIG_PM_RUNTIME by Rafael J. Wysocki · 10 years ago
- ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
- c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 4c929fe Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
- 018cb13 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- e48322a mm: cma: split cma-reserved in dmesg log by Pintu Kumar · 10 years ago
- 00c845d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
- 66dcff8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
- 230fa25 kernel: Provide READ_ONCE and ASSIGN_ONCE by Christian Borntraeger · 10 years ago
- cb5281a KVM: move APIC types to arch/x86/ by Paolo Bonzini · 10 years ago
- 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
- 9f3e151 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 2efda90 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
- d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- 84a1d2d libceph: fixup includes in pagelist.h by Ilya Dryomov · 10 years ago
- 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
- 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
- 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
- d74b50b libceph: add SETXATTR/CMPXATTR osd operations support by Yan, Zheng · 10 years ago
- a3fc980 libceph: require cephx message signature by default by Yan, Zheng · 10 years ago