index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
percpu.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
fs: use gendisk->disk_name where possible
Dmitry Monakhov
1
-9
/
+3
2016-01-06
poll: plug an unused argument to do_poll
Mateusz Guzik
1
-3
/
+3
2016-01-06
amdkfd: don't open-code memdup_user()
Al Viro
1
-26
/
+7
2016-01-06
cdrom: don't open-code memdup_user()
Al Viro
1
-7
/
+3
2016-01-06
rsxx: don't open-code memdup_user()
Al Viro
1
-7
/
+4
2016-01-06
mtip32xx: don't open-code memdup_user()
Al Viro
1
-15
/
+8
2016-01-04
[um] mconsole: don't open-code memdup_user_nul()
Al Viro
1
-11
/
+3
2016-01-04
[um] hostaudio: don't open-code memdup_user()
Al Viro
1
-7
/
+3
2016-01-04
HFS wants 8Kb per-superblock allocation; just use kmalloc()
Al Viro
1
-2
/
+2
2016-01-04
jfs: microoptimize get_zeroed_page / virt_to_page
Al Viro
1
-5
/
+4
2016-01-04
... and a couple in net/9p
Al Viro
1
-2
/
+2
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2
-3
/
+3
2016-01-04
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
Al Viro
1
-1
/
+1
2016-01-04
hpfs: missing endianness annotation
Al Viro
1
-1
/
+1
2016-01-04
drivers/mtd/maps/pcmciamtd.c: __iomem annotations
Al Viro
1
-14
/
+14
2016-01-04
don't carry MAY_OPEN in op->acc_mode
Al Viro
3
-18
/
+12
2016-01-04
saner calling conventions for copy_mount_options()
Al Viro
3
-30
/
+28
2016-01-04
fix the leak in integrity_read_file()
Al Viro
1
-5
/
+6
2016-01-04
ppc: get rid of the remnants of __get_user64()
Al Viro
1
-15
/
+0
2016-01-04
put the remnants of ..._user_ret() to rest
Al Viro
5
-130
/
+0
2016-01-04
proc_pid_attr_write(): switch to memdup_user()
Al Viro
1
-10
/
+7
2016-01-04
kernel/*: switch to memdup_user_nul()
Al Viro
4
-95
/
+48
2016-01-04
cciss: switch to memdup_user_nul()
Al Viro
1
-10
/
+4
2016-01-04
switch wireless debugfs ->write() instances to memdup_user_nul()
Al Viro
2
-174
/
+89
2016-01-04
selinuxfs: switch to memdup_user_nul()
Al Viro
1
-73
/
+41
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
12
-197
/
+71
2016-01-04
new helper: memdup_user_nul()
Al Viro
2
-0
/
+32
2015-12-28
Linux 4.4-rc7
v4.4-rc7
Linus Torvalds
1
-1
/
+1
2015-12-27
MIPS: Fix bitrot in __get_user_unaligned()
Al Viro
1
-3
/
+3
2015-12-24
tty/serial: Skip 'NULL' char after console break when sysrq enabled
Vijay Kumar
1
-2
/
+4
2015-12-24
sparc64: fix FP corruption in user copy functions
Rob Gardner
13
-134
/
+235
2015-12-24
sparc64: Perf should save/restore fault info
Rob Gardner
1
-0
/
+4
2015-12-24
sparc64: Ensure perf can access user stacks
Rob Gardner
1
-0
/
+7
2015-12-24
sparc64: Don't set %pil in rtrap_nmi too early
Rob Gardner
1
-1
/
+7
2015-12-24
sparc64: Add ADI capability to cpu capabilities
Khalid Aziz
2
-4
/
+6
2015-12-24
tty: serial: constify sunhv_ops structs
Aya Mahfouz
1
-3
/
+3
2015-12-24
cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()
Dan Carpenter
1
-1
/
+1
2015-12-23
sparc: Hook up userfaultfd system call
Mike Kravetz
3
-4
/
+5
2015-12-23
[mips] switch pvc_proc_cleanup() to remove_proc_subtree()
Al Viro
1
-12
/
+6
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
13
-222
/
+54
2015-12-23
ARM: tegra: Fix suspend hang on Tegra124 Chromebooks
Jon Hunter
1
-1
/
+1
2015-12-23
um: Fix pointer cast
Mickaël Salaün
1
-1
/
+1
2015-12-22
bus: sunxi-rsb: Fix peripheral IC mapping runtime address
Chen-Yu Tsai
1
-1
/
+1
2015-12-22
bus: sunxi-rsb: Fix primary PMIC mapping hardware address
Chen-Yu Tsai
1
-1
/
+1
2015-12-22
null_blk: fix use-after-free error
Mike Krinkin
1
-3
/
+3
2015-12-22
block: ensure to split after potentially bouncing a bio
Junichi Nomura
1
-2
/
+2
2015-12-22
NVMe: IO ending fixes on surprise removal
Keith Busch
1
-1
/
+19
2015-12-22
KVM: x86: Reload pit counters for all channels when restoring state
Andrew Honig
1
-2
/
+6
2015-12-22
KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID
Paolo Bonzini
2
-3
/
+19
2015-12-22
KVM: MTRR: observe maxphyaddr from guest CPUID, not host
Paolo Bonzini
1
-2
/
+7
[next]