index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
uio: fix potential memory leak in error case
Chengguang Xu
1
-1
/
+1
2019-01-22
drivers: platform: goldfish: fix the checkpatch complain in Kconfig
Roman Kiryanov
1
-2
/
+2
2019-01-22
vop: Fix handling of >32 feature bits
Vincent Whitchurch
1
-2
/
+2
2019-01-22
vop: vringh: Do not crash if no DMA channel
Vincent Whitchurch
1
-12
/
+20
2019-01-22
vop: Add definition of readq/writeq if missing
Vincent Whitchurch
1
-0
/
+1
2019-01-22
vop: Use %z for size_t
Vincent Whitchurch
1
-2
/
+2
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
7
-163
/
+9
2019-01-22
char/generic_nvram: Remove as unused
Finn Thain
2
-165
/
+1
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
8
-33
/
+33
2019-01-22
powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PP...
Finn Thain
6
-75
/
+48
2019-01-22
powerpc: Implement nvram ioctls
Finn Thain
2
-0
/
+40
2019-01-22
powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMac
Finn Thain
2
-4
/
+19
2019-01-22
char/nvram: Add "devname:nvram" module alias
Finn Thain
1
-0
/
+1
2019-01-22
m68k: Dispatch nvram_ops calls to Atari or Mac functions
Finn Thain
6
-17
/
+108
2019-01-22
macintosh/via-cuda: Don't rely on Cuda to end a transfer
Finn Thain
1
-3
/
+5
2019-01-22
m68k/mac: Fix PRAM accessors
Finn Thain
2
-10
/
+35
2019-01-22
m68k/mac: Use macros for RTC accesses not magic numbers
Finn Thain
1
-18
/
+41
2019-01-22
m68k/mac: Adopt naming and calling conventions for PRAM routines
Finn Thain
1
-38
/
+23
2019-01-22
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...
Finn Thain
4
-1
/
+30
2019-01-22
char/nvram: Implement NVRAM read/write methods
Finn Thain
2
-48
/
+104
2019-01-22
char/nvram: Allow the set_checksum and initialize ioctls to be omitted
Finn Thain
2
-30
/
+42
2019-01-22
char/nvram: Adopt arch_nvram_ops
Finn Thain
2
-6
/
+56
2019-01-22
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
5
-31
/
+6
2019-01-22
m68k/atari: Implement arch_nvram_ops struct
Finn Thain
2
-0
/
+63
2019-01-22
nvram: Replace nvram_* function exports with static functions
Finn Thain
4
-68
/
+38
2019-01-22
char/nvram: Re-order functions to remove forward declarations and #ifdefs
Finn Thain
1
-95
/
+72
2019-01-22
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
Finn Thain
3
-245
/
+280
2019-01-22
scsi/atari_scsi: Don't select CONFIG_NVRAM
Finn Thain
3
-8
/
+5
2019-01-18
misc: enclosure: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-18
misc/sgi-gru/grufault: fix a style error
Peng Hao
1
-2
/
+2
2019-01-18
misc/mic/vop/vop_main : remove unneeded semicolon
Peng Hao
1
-2
/
+2
2019-01-18
misc/ics932s401: Add a missing check to i2c_smbus_read_word_data
Aditya Pakki
1
-0
/
+2
2019-01-18
drivers: misc: ad525x_dpot: clean indentation issue, remove tabs
Colin Ian King
1
-13
/
+11
2019-01-18
lkdtm: change snprintf to scnprintf for possible overflow
Silvio Cesare
1
-2
/
+2
2019-01-13
mei: squash single_recv_buf into one bit in client properties
Alexander Usyskin
1
-1
/
+2
2019-01-09
lkdtm: Add tests for NULL pointer dereference
Christophe Leroy
3
-0
/
+22
2019-01-09
lkdtm: Print real addresses
Christophe Leroy
1
-9
/
+9
2019-01-09
lkdtm: Do not depend on BLOCK and clean up headers
Kees Cook
2
-10
/
+0
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
2019-01-06
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2
-18
/
+19
2019-01-06
kbuild: remove unnecessary stubs for archheader and archscripts
Masahiro Yamada
1
-5
/
+1
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
6
-26
/
+12
2019-01-06
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
24
-408
/
+0
2019-01-06
kbuild: generate asm-generic wrappers if mandatory headers are missing
Masahiro Yamada
3
-10
/
+10
2019-01-06
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
24
-25
/
+0
2019-01-06
riscv: remove redundant kernel-space generic-y
Masahiro Yamada
1
-25
/
+0
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
7
-12
/
+14
[next]