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-03-26
x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)
Al Viro
1
-42
/
+47
2020-03-26
x86: ia32_setup_rt_frame(): consolidate uaccess areas
Al Viro
1
-10
/
+3
2020-03-26
x86: ia32_setup_frame(): consolidate uaccess areas
Al Viro
1
-27
/
+12
2020-03-26
x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callers
Al Viro
1
-16
/
+28
2020-03-19
x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()
Al Viro
2
-39
/
+44
2020-03-18
x86: switch ia32_setup_sigcontext() to unsafe_put_user()
Al Viro
1
-28
/
+30
2020-03-18
x86: switch setup_sigcontext() to unsafe_put_user()
Al Viro
2
-46
/
+45
2020-03-18
x86: switch save_v86_state() to unsafe_put_user()
Al Viro
1
-29
/
+28
2020-03-18
x86: kill get_user_{try,catch,ex}
Al Viro
1
-54
/
+0
2020-03-18
x86: get rid of get_user_ex() in restore_sigcontext()
Al Viro
1
-50
/
+36
2020-03-18
x86: get rid of get_user_ex() in ia32_restore_sigcontext()
Al Viro
1
-60
/
+42
2020-03-18
vm86: get rid of get_user_ex() use
Al Viro
1
-29
/
+23
2020-03-18
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
3
-145
/
+2
2020-03-18
x86: switch sigframe sigset handling to explict __get_user()/__put_user()
Al Viro
3
-28
/
+14
2020-02-15
x86 kvm page table walks: switch to explicit __get_user()
Al Viro
1
-1
/
+1
2020-02-15
x86 user stack frame reads: switch to explicit __get_user()
Al Viro
3
-31
/
+11
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
17
-24
/
+24
2020-02-09
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-10
/
+230
2020-02-09
Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+10
2020-02-09
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-02-08
Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2
-5
/
+7
2020-02-08
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
30
-670
/
+644
2020-02-08
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
9
-36
/
+113
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
13
-284
/
+59
2020-02-08
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
538
-15047
/
+30085
2020-02-08
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
37
-127
/
+446
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-24
/
+9
2020-02-08
Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
2
-10
/
+10
2020-02-08
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+1
2020-02-08
powerpc/futex: Fix incorrect user access blocking
Michael Ellerman
1
-4
/
+6
2020-02-08
irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors
Zenghui Yu
2
-10
/
+10
2020-02-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2020-02-07
Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
23
-139
/
+141
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
3
-21
/
+9
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
3
-3
/
+0
2020-02-07
x86/apic: Mask IOAPIC entries when disabling the local APIC
Tony W Wang-oc
1
-0
/
+7
2020-02-06
Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
23
-233
/
+636
2020-02-06
Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-2
/
+2
2020-02-06
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
1
-1
/
+0
2020-02-06
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Linus Torvalds
9
-23
/
+11
2020-02-05
Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
10
-192
/
+386
2020-02-05
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
Sean Christopherson
1
-0
/
+2
2020-02-05
x86: vmxfeatures: rename features for consistency with KVM and manual
Paolo Bonzini
2
-6
/
+6
2020-02-05
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Paolo Bonzini
3
-37
/
+66
2020-02-05
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
1
-0
/
+4
2020-02-05
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
1
-5
/
+4
2020-02-05
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests
Vitaly Kuznetsov
3
-0
/
+58
2020-02-05
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
Vitaly Kuznetsov
3
-8
/
+41
2020-02-05
kvm: mmu: Separate generating and setting mmio ptes
Ben Gardon
1
-2
/
+13
[next]