index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-16
parisc: Fix get_user() for 64-bit value on 32-bit kernel
Helge Deller
1
-31
/
+55
2017-03-29
parisc: Clean up fixup routines for get_user()/put_user()
Helge Deller
1
-25
/
+34
2017-03-15
parisc: Avoid compiler warnings with access_ok()
Helge Deller
1
-1
/
+2
2017-03-15
parisc: Wire up statx system call
Helge Deller
1
-1
/
+2
2017-03-15
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
John David Anglin
1
-21
/
+2
2017-03-03
Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+1
2017-02-27
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
1
-0
/
+1
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2017-02-25
parisc: Remove flush_user_dcache_range and flush_user_icache_range
John David Anglin
1
-2
/
+0
2017-02-25
parisc: Define access_ok() as macro
Helge Deller
1
-5
/
+1
2017-02-22
parisc: use generic current.h
Davidlohr Bueso
2
-15
/
+1
2017-02-01
sched/cputime: Remove generic asm headers
Frederic Weisbecker
1
-1
/
+0
2017-01-28
parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
Helge Deller
3
-5
/
+10
2017-01-24
treewide: Consolidate get_dma_ops() implementations
Bart Van Assche
1
-1
/
+1
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-4
/
+4
2016-12-29
parisc: Drop TIF_RESTORE_SIGMASK and switch to generic code
Helge Deller
1
-1
/
+0
2016-12-21
Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-8
/
+5
2016-12-20
parisc: Optimize timer interrupt function
Helge Deller
1
-4
/
+0
2016-12-12
parisc: Enhance CPU detection code on PAT machines
Helge Deller
1
-1
/
+1
2016-12-12
parisc: Enable KASLR
Helge Deller
1
-3
/
+4
2016-12-12
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+0
2016-12-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-4
/
+4
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2016-12-07
parisc: Purge TLB before setting PTE
John David Anglin
1
-4
/
+4
2016-11-30
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
1
-0
/
+2
2016-11-17
locking/core: Provide common cpu_relax_yield() definition
Christian Borntraeger
1
-1
/
+0
2016-11-16
locking/core, arch: Remove cpu_relax_lowlatency()
Christian Borntraeger
1
-1
/
+0
2016-11-16
locking/core: Introduce cpu_relax_yield()
Christian Borntraeger
1
-0
/
+1
2016-11-11
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+3
2016-11-02
parisc: Ignore the pkey system calls for now
Helge Deller
1
-1
/
+3
2016-10-25
locking/mutex: Kill arch specific code
Peter Zijlstra
1
-1
/
+0
2016-10-11
Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+4
2016-10-11
parisc: Show trap name in kernel crash
Helge Deller
1
-0
/
+1
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+5
2016-10-09
parisc: Increase initial kernel mapping size
Helge Deller
1
-3
/
+3
2016-10-07
parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
Helge Deller
1
-1
/
+1
2016-10-06
parisc: Add hardened usercopy feature
Helge Deller
1
-14
/
+34
2016-10-05
parisc: Add cfi_startproc and cfi_endproc to assembly code
Helge Deller
2
-0
/
+35
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2016-09-13
parisc: fix copy_from_user()
Al Viro
1
-2
/
+4
2016-09-09
x86/pkeys: Allocation/free syscalls
Dave Hansen
1
-0
/
+5
2016-08-30
mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
Josh Poimboeuf
1
-10
/
+12
2016-08-20
parisc: Fix order of EREFUSED define in errno.h
Helge Deller
1
-2
/
+2
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2
-140
/
+0
2016-08-04
Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+146
2016-08-02
parisc: Add <asm/hash.h>
George Spelvin
1
-0
/
+146
2016-07-25
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-10
/
+62
2016-06-24
parisc: get rid of superfluous __GFP_REPEAT
Michal Hocko
1
-2
/
+1
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
1
-2
/
+2
2016-06-16
locking/atomic: Remove linux/atomic.h:atomic_fetch_or()
Peter Zijlstra
1
-2
/
+0
[next]