summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-189-43/+62
|\
| * 9p: don't forget to destroy inode cache if fscache registration failsAl Viro2013-09-171-3/+4
| * atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2013-09-172-21/+20
| * vfs: don't set FILE_CREATED before calling ->atomic_open()Miklos Szeredi2013-09-161-3/+8
| * nfs: set FILE_CREATEDMiklos Szeredi2013-09-161-0/+3
| * gfs2: set FILE_CREATEDMiklos Szeredi2013-09-161-1/+3
| * cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-09-161-0/+1
| * vfs: improve i_op->atomic_open() documentationMiklos Szeredi2013-09-162-10/+25
| * autofs4: close the races around autofs4_notify_daemon()Al Viro2013-09-161-10/+3
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-181-6/+23
|\ \
| * | pstore: Remove the messages related to compression failureAruna Balakrishnaiah2013-09-161-4/+0
| * | pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah2013-09-161-1/+1
| * | pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah2013-09-161-1/+22
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-184-18/+6
|\ \ \
| * | | x86/intel/lpss: Add pin control support to Intel low power subsystemMathias Nyman2013-09-141-2/+3
| * | | perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian2013-09-141-0/+1
| * | | x86: Remove now-unused save_rest()Borislav Petkov2013-09-101-15/+0
| * | | x86/smpboot: Fix announce_cpu() to printk() the last "OK" properlyLibin2013-09-051-1/+2
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-183-4/+5
|\ \ \ \
| * | | | timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-123-4/+5
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-184-13/+16
|\ \ \ \ \
| * | | | | sched: Fix comment for sched_info_departMichael S. Tsirkin2013-09-161-2/+3
| * | | | | sched/Documentation: Update sched-design-CFS.txt documentationLi Bin2013-09-121-3/+1
| * | | | | sched/debug: Take PID namespace into accountPeter Zijlstra2013-09-121-3/+3
| * | | | | sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-121-5/+9
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-182-3/+3
|\ \ \ \ \ \
| * | | | | | perf: Fix UAPI export of PERF_EVENT_IOC_IDVince Weaver2013-09-181-1/+1
| * | | | | | perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra2013-09-121-2/+2
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-176-8/+59
|\ \ \ \ \ \ \
| * | | | | | | KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
| * | | | | | | kvm: free resources after canceling async_pfRadim Krčmář2013-09-171-1/+4
| * | | | | | | KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
| * | | | | | | KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini2013-09-173-6/+29
| * | | | | | | KVM: x86 emulator: emulate RETF immBruce Rogers2013-09-171-1/+13
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-1713-116/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | HID: lenovo-tpkbd: fix leak if tpkbd_probe_tp failsBenjamin Tissoires2013-09-131-5/+10
| * | | | | | | | HID: multitouch: validate indexes detailsBenjamin Tissoires2013-09-131-12/+14
| * | | | | | | | HID: logitech-dj: validate output report detailsKees Cook2013-09-131-2/+8
| * | | | | | | | HID: validate feature and input report detailsBenjamin Tissoires2013-09-132-10/+17
| * | | | | | | | HID: lenovo-tpkbd: validate output report detailsKees Cook2013-09-131-1/+9
| * | | | | | | | HID: LG: validate HID output report detailsKees Cook2013-09-134-73/+12
| * | | | | | | | HID: steelseries: validate output report detailsKees Cook2013-09-131-0/+5
| * | | | | | | | HID: sony: validate HID output report detailsKees Cook2013-09-131-0/+4
| * | | | | | | | HID: zeroplus: validate output report detailsKees Cook2013-09-131-13/+5
| * | | | | | | | HID: provide a helper for validating hid reportsKees Cook2013-09-132-0/+62
* | | | | | | | | tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov2013-09-171-1/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-1725-250/+197
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | tile: remove stray blank spaceChris Metcalf2013-09-161-1/+1
| * | | | | | | | tile: <arch/> header updates from upstreamChris Metcalf2013-09-164-35/+59
| * | | | | | | | tile: improve gxio iorpc autogenerated code styleChris Metcalf2013-09-1610-130/+127
OpenPOWER on IntegriCloud