| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-20 | 2 | -2/+7 |
|\ |
|
| * | word-at-a-time.h: support zero_bytemask() on alpha and tile | Chris Metcalf | 2015-10-06 | 1 | -1/+7 |
| * | word-at-a-time.h: fix some Kbuild files | Chris Metcalf | 2015-10-06 | 1 | -1/+0 |
* | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-06 | 3 | -29/+6 |
|\ \
| |/ |
|
| * | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 2 | -29/+5 |
| |\ |
|
| | * | tile: use global strscpy() rather than private copy | Chris Metcalf | 2015-09-10 | 1 | -29/+4 |
| | * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
| * | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2015-09-28 | 1 | -0/+1 |
| |\ \ |
|
| | * | | tile: fix build failure | Sudip Mukherjee | 2015-09-28 | 1 | -0/+1 |
* | | | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 2 | -4/+4 |
|/ / / |
|
* | | | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -3/+2 |
|/ / |
|
* | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -2/+4 |
* | | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -6/+0 |
* | | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -7/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -27/+0 |
* | | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 1 | -0/+1 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: ZONE_DEVICE for "device memory" | Dan Williams | 2015-08-27 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-09-04 | 10 | -12/+61 |
|\ \ \ |
|
| * | | | tile: correct some typos in opcode type names | Chris Metcalf | 2015-08-27 | 1 | -3/+3 |
| * | | | tile/vdso: emit a GNU hash as well | Chris Metcalf | 2015-08-06 | 1 | -2/+2 |
| * | | | tile: Remove finish_arch_switch | Chris Metcalf | 2015-08-03 | 2 | -5/+8 |
| * | | | tile: enable full SECCOMP support | Chris Metcalf | 2015-07-30 | 7 | -4/+51 |
| * | | | tile/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-07-30 | 1 | -3/+5 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 4 | -0/+95 |
|\ \ \ \ |
|
| * | | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -4/+0 |
| * | | | | tile: Provide atomic_{or,xor,and} | Chris Metcalf | 2015-07-27 | 4 | -0/+99 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -2/+3 |
|\ \ \ \ |
|
| * | | | | tile/pci_gx: Prepare trio_handle_level_irq for irq argument removal | Thomas Gleixner | 2015-08-01 | 1 | -1/+2 |
| * | | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 4 | -18/+4 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | treewide: Use helper function to access irq_data->msi_desc | Jiang Liu | 2015-07-16 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 2015-08-25 | 38 | -325/+429 |
| |\ \ \ \ |
|
| * | | | | | arch/*/io.h: Add ioremap_uc() to all architectures | Luis R. Rodriguez | 2015-07-29 | 1 | -0/+1 |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 2 | -5/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | tile: Reorganize _switch_to() | Chris Metcalf | 2015-08-08 | 2 | -12/+6 |
| * | | | | | | sched, tile: Remove finish_arch_switch | Chris Metcalf | 2015-08-04 | 2 | -9/+18 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-08-31 | 1 | -7/+4 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | bus: subsys: update return type of ->remove_dev() to void | Viresh Kumar | 2015-08-05 | 1 | -7/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | signal: fix information leak in copy_siginfo_from_user32 | Amanieu d'Antras | 2015-08-07 | 1 | -2/+0 |
|/ / / / |
|
* | | | | tile: use free_bootmem_late() for initrd | Chris Metcalf | 2015-07-23 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
* | | | modpost: work correctly with tile coldtext sections | Chris Metcalf | 2015-07-08 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 2 | -2/+2 |
|\ \ |
|
| * | | vfs: add file_path() helper | Miklos Szeredi | 2015-06-23 | 2 | -2/+2 |
* | | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-07-02 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | tile: add init.h to usb.c to avoid compile failure | Paul Gortmaker | 2015-06-16 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-06-30 | 26 | -253/+400 |
|\ \ \ |
|
| * | | | tile: avoid a "label not used" warning in do_page_fault() | Chris Metcalf | 2015-06-04 | 1 | -7/+10 |