index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
tile
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+6
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-38
/
+8
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
3
-31
/
+43
2018-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-55
/
+0
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-18
/
+0
2018-01-15
tile: use generic swiotlb_ops
Christoph Hellwig
1
-33
/
+3
2018-01-15
tile: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
2
-6
/
+6
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-5
/
+5
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
1
-1
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
5
-0
/
+5
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-0
/
+1
2017-11-03
arch/tile: Implement ->set_state_oneshot_stopped()
Chris Metcalf
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-1
/
+1
2017-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-11
/
+9
2017-09-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-09-07
Merge branch 'pci/resource' into next
Bjorn Helgaas
2
-32
/
+0
2017-08-03
tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks
Lorenzo Pieralisi
2
-10
/
+32
2017-08-02
PCI: Add a generic weak pcibios_align_resource()
Palmer Dabbelt
2
-19
/
+0
2017-08-02
PCI: Add a generic weak pcibios_fixup_bus()
Palmer Dabbelt
2
-13
/
+0
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
2
-11
/
+9
2017-07-24
tile: array underflow in setup_maxnodemem()
Dan Carpenter
1
-1
/
+1
2017-07-07
Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+12
2017-07-06
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-30
/
+0
2017-06-30
tile: remove unneeded extra-y in Makefile
Masahiro Yamada
1
-1
/
+0
2017-06-30
tile: thin archives fix linking
Nicholas Piggin
1
-7
/
+7
2017-06-30
tile: fix dependency and .*.cmd inclusion for incremental build
Masahiro Yamada
1
-6
/
+5
2017-06-28
tile: remove dma_supported and mapping_error methods
Christoph Hellwig
1
-30
/
+0
2017-05-26
jump_label: Reorder hotplug lock and jump_label_lock
Thomas Gleixner
1
-2
/
+0
2017-04-14
tile/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-0
/
+2
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
6
-0
/
+8
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
5
-0
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+12
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-12
/
+12
2017-01-06
tile/ptrace: Preserve previous registers for short regset write
Dave Martin
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
7
-21
/
+20
2016-12-16
tile: use __ro_after_init instead of tile-specific __write_once
Chris Metcalf
4
-13
/
+13
2016-12-16
tile: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-12-16
tile-module: Rename jump labels in module_alloc()
Markus Elfring
1
-5
/
+4
2016-12-16
tile-module: Use kmalloc_array() in module_alloc()
Markus Elfring
1
-1
/
+1
2016-12-16
tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"
Colin Ian King
1
-1
/
+1
2016-12-14
arch/tile: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-2
/
+10
2016-11-23
tile: avoid using clocksource_cyc2ns with absolute cycle count
Chris Metcalf
1
-2
/
+2
[next]