index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
powerpc/signal32: Simplify logging in handle_rt_signal32()
Christophe Leroy
1
-5
/
+1
2020-12-04
powerpc/signal: Refactor bad frame logging
Christophe Leroy
4
-43
/
+21
2020-12-04
powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
Christophe Leroy
4
-10
/
+11
2020-12-04
powerpc/signal: Remove get_clean_sp()
Christophe Leroy
2
-15
/
+4
2020-12-04
powerpc/signal: Move access_ok() out of get_sigframe()
Christophe Leroy
3
-7
/
+3
2020-12-04
powerpc/signal: Remove BUG_ON() in handler_signal functions
Christophe Leroy
2
-6
/
+0
2020-12-04
powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x
Christophe Leroy
2
-2
/
+13
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
11
-3
/
+50
2020-12-04
powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
Christophe Leroy
4
-28
/
+55
2020-12-04
powerpc/ptrace: Consolidate reg index calculation
Christophe Leroy
1
-14
/
+4
2020-12-04
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
3
-6
/
+5
2020-12-04
powerpc/signal: Move inline functions in signal.h
Christophe Leroy
2
-38
/
+33
2020-12-04
powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
Christophe Leroy
4
-0
/
+18
2020-12-04
powerpc/vdso: Switch VDSO to generic C implementation.
Christophe Leroy
12
-690
/
+105
2020-12-04
powerpc/vdso: Save and restore TOC pointer on PPC64
Christophe Leroy
1
-0
/
+12
2020-12-04
powerpc/vdso: Prepare for switching VDSO to generic C implementation.
Christophe Leroy
6
-0
/
+260
2020-12-04
powerpc/barrier: Use CONFIG_PPC64 for barrier selection
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc/time: Fix mftb()/get_tb() for use with the compat VDSO
Michael Ellerman
1
-2
/
+10
2020-12-04
powerpc/time: Move timebase functions into new asm/vdso/timebase.h
Christophe Leroy
4
-61
/
+73
2020-12-04
powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
Christophe Leroy
2
-11
/
+25
2020-12-04
powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible features
Christophe Leroy
1
-2
/
+2
2020-12-04
powerpc: Update NUMA Kconfig description & help text
Michael Ellerman
1
-1
/
+7
2020-12-04
powerpc: Make NUMA default y for powernv
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc: Make NUMA depend on SMP
Michael Ellerman
1
-1
/
+1
2020-12-04
powerpc: inline iomap accessors
Christophe Leroy
2
-167
/
+153
2020-12-04
powerpc/perf: Fix crash with is_sier_available when pmu is not set
Athira Rajeev
1
-0
/
+3
2020-12-04
powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.S
Alan Modra
1
-6
/
+3
2020-12-03
arm64/mm: Implement pXX_leaf_size() support
Peter Zijlstra
1
-0
/
+4
2020-12-03
perf/x86/intel: Check PEBS status correctly
Stephane Eranian
1
-1
/
+1
2020-12-03
perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
Namhyung Kim
1
-1
/
+1
2020-12-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
12
-181
/
+243
2020-12-02
ARM: dts: s3c6410: correct SMDK6410 board compatible
Krzysztof Kozlowski
1
-1
/
+1
2020-12-02
ARM: dts: s3c24xx: add SMDK2416 board compatible
Krzysztof Kozlowski
1
-1
/
+1
2020-12-02
arm64: uaccess: remove vestigal UAO support
Mark Rutland
3
-33
/
+0
2020-12-02
arm64: uaccess: remove redundant PAN toggling
Mark Rutland
3
-58
/
+19
2020-12-02
arm64: uaccess: remove addr_limit_user_check()
Mark Rutland
2
-7
/
+2
2020-12-02
arm64: uaccess: remove set_fs()
Mark Rutland
13
-92
/
+13
2020-12-02
arm64: uaccess cleanup macro naming
Mark Rutland
6
-26
/
+26
2020-12-02
arm64: uaccess: split user/kernel routines
Mark Rutland
2
-65
/
+47
2020-12-02
arm64: uaccess: refactor __{get,put}_user
Mark Rutland
1
-17
/
+27
2020-12-02
arm64: uaccess: simplify __copy_user_flushcache()
Mark Rutland
1
-3
/
+1
2020-12-02
arm64: uaccess: rename privileged uaccess routines
Mark Rutland
3
-8
/
+8
2020-12-02
arm64: sdei: explicitly simulate PAN/UAO entry
Mark Rutland
2
-6
/
+39
2020-12-02
arm64: sdei: move uaccess logic to arch/arm64/
Mark Rutland
1
-6
/
+12
2020-12-02
arm64: head.S: always initialize PSTATE
Mark Rutland
2
-11
/
+26
2020-12-02
arm64: head.S: cleanup SCTLR_ELx initialization
Mark Rutland
3
-10
/
+16
2020-12-02
arm64: head.S: rename el2_setup -> init_kernel_el
Mark Rutland
2
-8
/
+9
2020-12-02
arm64: add C wrappers for SET_PSTATE_*()
Mark Rutland
3
-3
/
+7
2020-12-02
arm64: ensure ERET from kthread is illegal
Mark Rutland
1
-9
/
+8
2020-12-02
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
3
-34
/
+87
[prev]
[next]