index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-davinci-aintc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
regset(): kill ->get_size()
Al Viro
2
-60
/
+1
2020-07-27
regset: kill ->get()
Al Viro
2
-41
/
+5
2020-07-27
csky: switch to ->regset_get()
Al Viro
1
-14
/
+10
2020-07-27
xtensa: switch to ->regset_get()
Al Viro
1
-10
/
+6
2020-07-27
parisc: switch to ->regset_get()
Al Viro
1
-68
/
+16
2020-07-27
nds32: switch to ->regset_get()
Al Viro
1
-5
/
+4
2020-07-27
nios2: switch to ->regset_get()
Al Viro
1
-36
/
+15
2020-07-27
hexagon: switch to ->regset_get()
Al Viro
1
-41
/
+21
2020-07-27
h8300: switch to ->regset_get()
Al Viro
1
-11
/
+6
2020-07-27
openrisc: switch to ->regset_get()
Al Viro
1
-20
/
+6
2020-07-27
riscv: switch to ->regset_get()
Al Viro
1
-22
/
+11
2020-07-27
c6x: switch to ->regset_get()
Al Viro
1
-8
/
+3
2020-07-27
ia64: switch to ->regset_get()
Al Viro
1
-91
/
+58
2020-07-27
arc: switch to ->regset_get()
Al Viro
1
-90
/
+58
2020-07-27
arm: switch to ->regset_get()
Al Viro
1
-40
/
+12
2020-07-27
sh: convert to ->regset_get()
Al Viro
2
-41
/
+12
2020-07-27
arm64: switch to ->regset_get()
Al Viro
1
-163
/
+62
2020-07-27
mips: switch to ->regset_get()
Al Viro
1
-146
/
+58
2020-07-27
sparc: switch to ->regset_get()
Al Viro
2
-369
/
+110
2020-07-27
s390: switch to ->regset_get()
Al Viro
1
-141
/
+58
2020-07-27
powerpc: switch to ->regset_get()
Al Viro
7
-304
/
+148
2020-07-27
x86: switch to ->regset_get()
Al Viro
9
-259
/
+83
2020-07-27
regset: new method and helpers for it
Al Viro
2
-1
/
+62
2020-07-27
copy_regset_to_user(): do all copyout at once.
Al Viro
2
-25
/
+30
2020-07-27
[elf-fdpic] switch coredump to regsets
Al Viro
1
-5
/
+18
2020-07-27
[elf-fdpic] use elf_dump_thread_status() for the dumper thread as well
Al Viro
1
-53
/
+28
2020-07-27
[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()
Al Viro
1
-14
/
+10
2020-07-27
[elf-fdpic] coredump: don't bother with cyclic list for per-thread objects
Al Viro
1
-18
/
+11
2020-07-27
kill elf_fpxregs_t
Al Viro
6
-71
/
+0
2020-07-27
take fdpic-related parts of elf_prstatus out
Al Viro
3
-17
/
+29
2020-07-27
unexport linux/elfcore.h
Al Viro
4
-106
/
+66
2020-07-27
introduction of regset ->get() wrappers, switching ELF coredumps to those
Al Viro
4
-29
/
+90
2020-07-27
sparc64: get rid of odd callers of copy_regset_from_user()
Al Viro
1
-33
/
+144
2020-07-27
sparc32: get rid of odd callers of copy_regset_from_user()
Al Viro
1
-38
/
+75
2020-06-26
arm64: sanitize compat_ptrace_write_user()
Al Viro
1
-9
/
+20
2020-06-26
arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()
Al Viro
1
-3
/
+1
2020-06-26
arm64: take fetching compat reg out of pt_regs into a new helper
Al Viro
1
-17
/
+17
2020-06-26
sparc64: get rid of odd callers of copy_regset_to_user()
Al Viro
1
-39
/
+136
2020-06-26
sparc32: get rid of odd callers of copy_regset_to_user()
Al Viro
1
-35
/
+82
2020-06-26
sparc64: switch genregs32_get() to use of get_from_target()
Al Viro
1
-43
/
+16
2020-06-26
[ia64] access_uarea(): don't bother with fpregs_[gs]et()
Al Viro
1
-9
/
+33
2020-06-26
[ia64] access_uarea(): stop bothering with gpregs_[gs]et()
Al Viro
1
-9
/
+8
2020-06-26
[ia64] regularize do_gpregs_[gs]et()
Al Viro
1
-124
/
+31
2020-06-26
[ia64] teach elf_access_reg() to handle the missing range (r16..r31)
Al Viro
1
-2
/
+4
2020-06-26
[ia64] sanitize elf_access_gpreg()
Al Viro
1
-34
/
+23
2020-06-26
x86: kill dump_fpu()
Al Viro
2
-17
/
+0
2020-06-26
x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel buffer
Al Viro
1
-6
/
+6
2020-06-14
Linux 5.8-rc1
v5.8-rc1
Linus Torvalds
1
-2
/
+2
2020-06-14
security: Add LSM hooks to set*gid syscalls
Thomas Cedeno
5
-1
/
+40
2020-06-14
Revert "btrfs: switch to iomap_dio_rw() for dio"
David Sterba
4
-166
/
+169
[next]