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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
sparc: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-3
/
+1
2022-05-13
um: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-7
/
+2
2022-05-13
x86/tsc: Use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
2
-4
/
+12
2022-05-13
nios2: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-0
/
+3
2022-05-13
arm: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
mips: use fallback for random_get_entropy() instead of just c0 random
Jason A. Donenfeld
1
-9
/
+8
2022-05-13
riscv: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-1
/
+1
2022-05-13
m68k: use fallback for random_get_entropy() instead of zero
Jason A. Donenfeld
1
-1
/
+1
2022-05-13
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
2
-0
/
+23
2022-05-13
openrisc: start CPU timer early in boot
Jason A. Donenfeld
2
-0
/
+10
2022-05-13
powerpc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
alpha: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
parisc: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-1
/
+2
2022-05-13
s390: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
ia64: define get_cycles macro for arch-override
Jason A. Donenfeld
1
-0
/
+1
2022-05-13
init: call time_init() before rand_initialize()
Jason A. Donenfeld
1
-1
/
+2
2022-05-13
random: fix sysctl documentation nits
Jason A. Donenfeld
1
-4
/
+4
2022-05-08
Linux 5.18-rc6
Linus Torvalds
1
-1
/
+1
2022-05-08
Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
15
-42
/
+42
2022-05-08
Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-24
/
+36
2022-05-08
Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-46
/
+31
2022-05-08
Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+6
2022-05-08
Revert "parisc: Increase parisc_cache_flush_threshold setting"
Helge Deller
1
-15
/
+3
2022-05-08
Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-10
/
+33
2022-05-08
Merge tag 'locking-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+2
2022-05-08
parisc: Mark cr16 clock unstable on all SMP machines
Helge Deller
1
-23
/
+4
2022-05-08
parisc: Fix typos in comments
Julia Lawall
6
-6
/
+6
2022-05-08
parisc: Change MAX_ADDRESS to become unsigned long long
Helge Deller
1
-1
/
+1
2022-05-08
parisc: Merge model and model name into one line in /proc/cpuinfo
Helge Deller
1
-2
/
+1
2022-05-08
parisc: Re-enable GENERIC_CPU_DEVICES for !SMP
Helge Deller
1
-0
/
+1
2022-05-08
parisc: Update 32- and 64-bit defconfigs
Helge Deller
2
-2
/
+5
2022-05-08
parisc: Only list existing CPUs in cpu_possible_mask
Helge Deller
1
-0
/
+8
2022-05-08
Revert "parisc: Fix patch code locking and flushing"
Helge Deller
1
-11
/
+14
2022-05-08
Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"
Helge Deller
2
-3
/
+6
2022-05-08
Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"
Helge Deller
1
-7
/
+21
2022-05-08
Merge tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2022-05-08
Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
21
-74
/
+96
2022-05-08
blk-mq: remove the error_count from struct request
Willy Tarreau
1
-1
/
+0
2022-05-08
ataflop: use a statically allocated error counters
Willy Tarreau
1
-4
/
+6
2022-05-08
floppy: use a statically allocated error counter
Willy Tarreau
1
-10
/
+8
2022-05-08
Merge tag 'asoc-fix-v5.18-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
14
-41
/
+54
2022-05-07
Merge tag 'gpio-fixes-for-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
5
-16
/
+6
2022-05-07
Merge tag 'block-5.18-2022-05-06' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-18
/
+51
2022-05-07
Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+6
2022-05-06
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-34
/
+53
2022-05-06
Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-10
/
+54
2022-05-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-69
/
+190
2022-05-06
Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-2
/
+19
2022-05-06
KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
Sean Christopherson
1
-1
/
+1
2022-05-06
KVM: SEV: Mark nested locking of vcpu->lock
Peter Gonda
1
-4
/
+38
[next]