| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/pagewalk.c: fix walk_page_range() access of wrong PTEs | Chen LinX | 2013-10-30 | 1 | -1/+1 |
* | Fix a few incorrectly checked [io_]remap_pfn_range() calls | Linus Torvalds | 2013-10-29 | 3 | -49/+17 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-10-29 | 22 | -81/+176 |
|\ |
|
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-10-29 | 20 | -67/+151 |
| |\ |
|
| | * | perf tools: Fixup mmap event consumption | Zhouyi Zhou | 2013-10-28 | 14 | -16/+49 |
| | * | perf top: Split -G and --call-graph | Jiri Olsa | 2013-10-28 | 2 | -23/+18 |
| | * | perf record: Split -g and --call-graph | Jiri Olsa | 2013-10-28 | 3 | -23/+67 |
| | * | perf hists: Add color overhead for stdio output buffer | Jiri Olsa | 2013-10-28 | 2 | -5/+17 |
| |/ |
|
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-10-28 | 2 | -14/+25 |
| |\ |
|
| | * | perf tools: Fix up /proc/PID/maps parsing | Arnaldo Carvalho de Melo | 2013-10-28 | 1 | -1/+1 |
| | * | perf script python: Fix mem leak due to missing Py_DECREFs on dict entries | Joseph Schuchart | 2013-10-24 | 1 | -13/+24 |
* | | | Kconfig: make KOBJECT_RELEASE debugging require timer debugging | Linus Torvalds | 2013-10-29 | 1 | -1/+1 |
* | | | Merge tag 'xtensa-next-20131015' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2013-10-28 | 3 | -21/+33 |
|\ \ \ |
|
| * | | | xtensa: Cocci spatch "noderef" | Thomas Meyer | 2013-10-16 | 1 | -1/+2 |
| * | | | xtensa: don't use alternate signal stack on threads | Baruch Siach | 2013-10-15 | 1 | -1/+1 |
| * | | | xtensa: fix fast_syscall_spill_registers_fixup | Max Filippov | 2013-10-15 | 1 | -19/+30 |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2013-10-28 | 1 | -81/+95 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [SCSI] Revert "sg: use rwsem to solve race during exclusive open" | James Bottomley | 2013-10-25 | 1 | -41/+38 |
| * | | | [SCSI] Revert "sg: no need sg_open_exclusive_lock" | James Bottomley | 2013-10-25 | 1 | -5/+29 |
| * | | | [SCSI] Revert "sg: checking sdp->detached isn't protected when open" | James Bottomley | 2013-10-25 | 1 | -9/+8 |
| * | | | [SCSI] Revert "sg: push file descriptor list locking down to per-device locking" | James Bottomley | 2013-10-25 | 1 | -34/+28 |
* | | | | Linux 3.12-rc7v3.12-rc7 | Linus Torvalds | 2013-10-27 | 1 | -1/+1 |
* | | | | Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2013-10-27 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM | Helge Deller | 2013-10-27 | 1 | -0/+4 |
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-10-27 | 1 | -15/+50 |
|\ \ \ \ \ |
|
| * | | | | | clockevents: Sanitize ticks to nsec conversion | Thomas Gleixner | 2013-10-23 | 1 | -15/+50 |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-10-27 | 5 | -20/+19 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-10-20 | 5 | -20/+19 |
| |\ \ \ \ \ |
|
| | * | | | | | perf: Disable PERF_RECORD_MMAP2 support | Stephane Eranian | 2013-10-17 | 3 | -18/+17 |
| | * | | | | | perf scripting perl: Fix build error on Fedora 12 | Arnaldo Carvalho de Melo | 2013-10-17 | 1 | -1/+1 |
| | * | | | | | perf probe: Fix to initialize fname always before use it | Masami Hiramatsu | 2013-10-15 | 1 | -1/+1 |
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-10-27 | 1 | -16/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mutex: Avoid gcc version dependent __builtin_constant_p() usage | Tetsuo Handa | 2013-10-18 | 1 | -16/+16 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2013-10-27 | 6 | -24/+50 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter | Nicholas Bellinger | 2013-10-25 | 1 | -1/+1 |
| * | | | | | | | | target/pscsi: fix return value check | Wei Yongjun | 2013-10-25 | 1 | -4/+4 |
| * | | | | | | | | target: Fail XCOPY for non matching source + destination block_size | Nicholas Bellinger | 2013-10-24 | 1 | -1/+13 |
| * | | | | | | | | target: Generate failure for XCOPY I/O with non-zero scsi_status | Nicholas Bellinger | 2013-10-24 | 1 | -1/+2 |
| * | | | | | | | | target: Add missing XCOPY I/O operation sense_buffer | Nicholas Bellinger | 2013-10-24 | 1 | -2/+3 |
| * | | | | | | | | iser-target: check device before dereferencing its variable | Vu Pham | 2013-10-23 | 1 | -1/+1 |
| * | | | | | | | | target: Return an error for WRITE SAME with ANCHOR==1 | Roland Dreier | 2013-10-16 | 1 | -0/+5 |
| * | | | | | | | | target: Fix assignment of LUN in tracepoints | Roland Dreier | 2013-10-09 | 1 | -2/+2 |
| * | | | | | | | | target: Reject EXTENDED_COPY when emulate_3pc is disabled | Nicholas Bellinger | 2013-10-09 | 1 | -0/+9 |
| * | | | | | | | | target: Allow non zero ListID in EXTENDED_COPY parameter list | Nicholas Bellinger | 2013-10-09 | 1 | -5/+2 |
| * | | | | | | | | target: Make target_do_xcopy failures return INVALID_PARAMETER_LIST | Nicholas Bellinger | 2013-10-09 | 1 | -8/+9 |
* | | | | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-10-27 | 2 | -1/+8 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | dmaengine: edma: fix another memory leak | Vinod Koul | 2013-10-24 | 1 | -0/+1 |
| * | | | | | | | | dma: edma: Fix memory leak | Valentin Ilie | 2013-10-24 | 1 | -0/+1 |
| * | | | | | | | | MAINTAINERS: add to ioatdma maintainer list | Dave Jiang | 2013-10-23 | 1 | -1/+4 |
| * | | | | | | | | MAINTAINERS: add the new dmaengine mailing list | Vinod Koul | 2013-10-23 | 1 | -0/+2 |