summaryrefslogtreecommitdiffstats
path: root/lib/win_minmax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-26x86: unsafe_put-style macro for sigmaskAl Viro1-4/+8
2020-03-26x86: x32_setup_rt_frame(): consolidate uaccess areasAl Viro1-12/+5
2020-03-26x86: __setup_rt_frame(): consolidate uaccess areasAl Viro1-17/+9
2020-03-26x86: __setup_frame(): consolidate uaccess areasAl Viro1-17/+6
2020-03-26x86: setup_sigcontext(): list user_access_{begin,end}() into callersAl Viro1-21/+24
2020-03-26x86: get rid of put_user_try in __setup_rt_frame() (both 32bit and 64bit)Al Viro2-47/+52
2020-03-26x86: ia32_setup_rt_frame(): consolidate uaccess areasAl Viro1-10/+3
2020-03-26x86: ia32_setup_frame(): consolidate uaccess areasAl Viro1-27/+12
2020-03-26x86: ia32_setup_sigcontext(): lift user_access_{begin,end}() into the callersAl Viro1-16/+28
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro3-43/+49
2020-03-19x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro1-31/+33
2020-03-19x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2-46/+45
2020-03-19x86: switch save_v86_state() to unsafe_put_user()Al Viro1-31/+30
2020-03-19x86: kill get_user_{try,catch,ex}Al Viro1-54/+0
2020-03-19x86: get rid of get_user_ex() in restore_sigcontext()Al Viro1-50/+36
2020-03-19x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro1-62/+44
2020-03-19vm86: get rid of get_user_ex() useAl Viro1-30/+24
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro3-145/+2
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro3-28/+14
2020-02-15x86 kvm page table walks: switch to explicit __get_user()Al Viro1-1/+1
2020-02-15x86 user stack frame reads: switch to explicit __get_user()Al Viro3-31/+11
2020-02-10Linux 5.6-rc1v5.6-rc1Linus Torvalds1-2/+2
2020-02-10irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier1-2/+2
2020-02-08fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede12-0/+3280
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds4-30/+51
2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann1-4/+7
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey1-1/+1
2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy1-1/+1
2020-02-08powerpc/futex: Fix incorrect user access blockingMichael Ellerman1-4/+6
2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu3-24/+24
2020-02-08irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu1-1/+0
2020-02-08irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu1-3/+1
2020-02-08irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu1-0/+80
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu2-2/+5
2020-02-08irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu1-1/+1
2020-02-08mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-1/+2
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3