| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | sparc: get rid of asm wrapper for nis_syscall() | Al Viro | 2018-03-20 | 5 | -16/+5 |
| * | | sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINE | Al Viro | 2018-03-20 | 3 | -18/+12 |
| * | | sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINE | Al Viro | 2018-03-20 | 3 | -19/+13 |
| * | | convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE | Al Viro | 2018-03-20 | 3 | -7/+8 |
| * | | switch sparc_remap_file_pages() to SYSCALL_DEFINE | Al Viro | 2018-03-20 | 3 | -5/+5 |
| * | | sparc: get rid of memory_ordering(2) wrapper | Al Viro | 2018-03-20 | 3 | -7/+3 |
| * | | sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE() | Al Viro | 2018-03-20 | 4 | -22/+22 |
| * | | sparc: bury a zombie extern that had been that way for twenty years | Al Viro | 2018-03-20 | 1 | -2/+0 |
| * | | sparc: get rid of remaining SIGN... wrappers | Al Viro | 2018-03-20 | 4 | -52/+18 |
| * | | sparc: kill useless SIGN... wrappers | Al Viro | 2018-03-20 | 2 | -17/+7 |
| * | | sparc: get rid of sys_sparc_pipe() wrappers | Al Viro | 2018-03-19 | 5 | -16/+5 |
* | | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-06 | 3 | -31/+33 |
|\ \ \ |
|
| * | | | sparc/PCI: Stop reserving System ROM and Video ROM in PCI space | Bjorn Helgaas | 2018-03-20 | 1 | -20/+0 |
| * | | | sparc/PCI: Support arbitrary host bridge address offset | Yinghai Lu | 2018-02-15 | 3 | -11/+33 |
| |/ / |
|
* | | | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 2018-04-05 | 1 | -1/+0 |
* | | | mm: fix races between swapoff and flush dcache | Huang Ying | 2018-04-05 | 1 | -4/+4 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2018-04-03 | 14 | -14/+643 |
|\ \ |
|
| * | | sparc64: Update signal delivery to use new helper functions | Khalid Aziz | 2018-03-18 | 1 | -29/+9 |
| * | | sparc64: Add support for ADI (Application Data Integrity) | Khalid Aziz | 2018-03-18 | 7 | -5/+395 |
| * | | sparc64: Add auxiliary vectors to report platform ADI properties | Khalid Aziz | 2018-03-18 | 3 | -0/+99 |
| * | | sparc64: Add handler for "Memory Corruption Detected" trap | Khalid Aziz | 2018-03-18 | 1 | -0/+59 |
| * | | sparc64: Add HV fault type handlers for ADI related faults | Khalid Aziz | 2018-03-18 | 1 | -3/+26 |
| * | | sparc64: Add support for ADI register fields, ASIs and traps | Khalid Aziz | 2018-03-18 | 5 | -2/+80 |
| |/ |
|
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-04-02 | 4 | -18/+18 |
|\ \ |
|
| * | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
| * | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 2018-04-02 | 2 | -4/+4 |
| * | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() | Dominik Brodowski | 2018-04-02 | 1 | -5/+5 |
| * | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
| * | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
| * | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
| * | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
| * | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
| * | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-02 | 1 | -2/+2 |
|\ \ |
|
| * | | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o... | Greentime Hu | 2018-02-22 | 1 | -2/+2 |
| |/ |
|
* | | perf: Fix sibling iteration | Peter Zijlstra | 2018-03-16 | 1 | -1/+1 |
* | | perf/core: Remove perf_event::group_entry | Peter Zijlstra | 2018-03-12 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2018-02-01 | 3 | -3/+58 |
|\ |
|
| * | sparc64: drop unneeded compat include | Rolf Eike Beer | 2018-01-22 | 1 | -3/+0 |
| * | sparc64: Oracle DAX infrastructure | Rob Gardner | 2018-01-22 | 2 | -0/+58 |
* | | signal: Unify and correct copy_siginfo_to_user32 | Eric W. Biederman | 2018-01-15 | 1 | -53/+0 |
* | | signal: Unify and correct copy_siginfo_from_user32 | Eric W. Biederman | 2018-01-15 | 1 | -16/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2017-11-17 | 6 | -14/+94 |
|\ |
|
| * | sparc64: Convert timers to user timer_setup() | Allen Pais | 2017-11-15 | 1 | -3/+3 |
| * | sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-11-15 | 1 | -8/+9 |
| * | sparc/led: Convert timers to use timer_setup() | Kees Cook | 2017-11-15 | 1 | -7/+9 |
| * | sparc64: Use sparc optimized fls and __fls for T4 and above | Vijay Kumar | 2017-11-15 | 1 | -0/+2 |
| * | vDSO for sparc | Nagarathnam Muthusamy | 2017-11-15 | 3 | -2/+80 |
| * | sparc: time: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 2017-09-27 | 1 | -1/+0 |
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-11-17 | 2 | -12/+5 |
|\ \ |
|