Sign in
android-kvm
/
linux
/
c412c6034aaf38ff718296f3b77cb8e76b541985
c412c60
drivers/rtc/rtc-rk808.c: fix rtc time reading issue
by Chris Zhong
· 10 years ago
1ef2816
drivers/rtc/rtc-isl12057.c: constify struct regmap_config
by Krzysztof Kozlowski
· 10 years ago
bddd8dd
drivers/rtc/rtc-at91sam9.c: constify struct regmap_config
by Krzysztof Kozlowski
· 10 years ago
46edeff
drivers/rtc/rtc-imxdi.c: add more known register bits
by Juergen Borleis
· 10 years ago
6df17a6
drivers/rtc/rtc-imxdi.c: trivial clean up code
by Juergen Borleis
· 10 years ago
1a67e25
ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120
by Arnaud Ebalard
· 10 years ago
298ff01
rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree users
by Arnaud Ebalard
· 10 years ago
fd71493d
drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driver
by Arnaud Ebalard
· 10 years ago
3fc7007
drivers/rtc/rtc-pcf2123.c: add support for devicetree
by Joshua Clayton
· 10 years ago
69d54b9
kprobes: makes kprobes/enabled works correctly for optimized kprobes.
by Wang Nan
· 10 years ago
977ad48
kprobes: set kprobes_all_disarmed earlier to enable re-optimization.
by Wang Nan
· 10 years ago
5125991
init: remove CONFIG_INIT_FALLBACK
by Andy Lutomirski
· 10 years ago
bebf56a
kasan: enable instrumentation of global variables
by Andrey Ryabinin
· 10 years ago
6301939
module: fix types of device tables aliases
by Andrey Ryabinin
· 10 years ago
9ddf825
kernel: add support for .init_array.* constructors
by Andrey Ryabinin
· 10 years ago
cb9e3c2
mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
by Andrey Ryabinin
· 10 years ago
71394fe
mm: vmalloc: add flag preventing guard hole allocation
by Andrey Ryabinin
· 10 years ago
c420f16
kasan: enable stack instrumentation
by Andrey Ryabinin
· 10 years ago
393f203
x86_64: kasan: add interceptors for memset/memmove/memcpy functions
by Andrey Ryabinin
· 10 years ago
3f15801
lib: add kasan test module
by Andrey Ryabinin
· 10 years ago
e79ed2f
kmemleak: disable kasan instrumentation for kmemleak
by Andrey Ryabinin
· 10 years ago
df4c0e3
fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
by Andrey Ryabinin
· 10 years ago
0316bec
mm: slub: add kernel address sanitizer support for slub allocator
by Andrey Ryabinin
· 10 years ago
a79316c
mm: slub: introduce metadata_access_enable()/metadata_access_disable()
by Andrey Ryabinin
· 10 years ago
75c66de
mm: slub: share object_err function
by Andrey Ryabinin
· 10 years ago
912f5fb
mm: slub: introduce virt_to_obj function
by Andrey Ryabinin
· 10 years ago
b8c73fc
mm: page_alloc: add kasan hooks on alloc and free paths
by Andrey Ryabinin
· 10 years ago
ef7f0d6
x86_64: add KASan support
by Andrey Ryabinin
· 10 years ago
786a895
kasan: disable memory hotplug
by Andrey Ryabinin
· 10 years ago
0b24bec
kasan: add kernel address sanitizer infrastructure
by Andrey Ryabinin
· 10 years ago
cb4188a
compiler: introduce __alias(symbol) shortcut
by Andrey Ryabinin
· 10 years ago
0f989f7
MODULE_DEVICE_TABLE: fix some callsites
by Andrew Morton
· 10 years ago
4d5755b
epoll: optimize setting task running after blocking
by Davidlohr Bueso
· 10 years ago
0f3c5aa
checkpatch: add of_device_id to structs that should be const
by Joe Perches
· 10 years ago
a2fe16b
checkpatch: try to avoid poor patch subject lines
by Joe Perches
· 10 years ago
19c146a
checkpatch: make sure a commit reference description uses parentheses
by Joe Perches
· 10 years ago
d2e025f
checkpatch: add --strict test for spaces around arithmetic
by Joe Perches
· 10 years ago
101ee68
checkpatch: neaten printk_ratelimited message position
by Joe Perches
· 10 years ago
43f7fe5
checkpatch: improve "no space necessary after cast" test
by Joe Perches
· 10 years ago
caac1d5
checkpatch: improve seq_print->seq_puts suggestion
by Heba Aamer
· 10 years ago
f8e5821
checkpatch: add ability to --fix unnecessary blank lines around braces
by Joe Perches
· 10 years ago
021158b
checkpatch: add types for other OS typedefs
by Joe Perches
· 10 years ago
b671fde
checkpatch: add ability to coalesce commit descriptions on multiple lines
by Joe Perches
· 10 years ago
acd9362
checkpatch: add likely/unlikely comparison misuse test
by Joe Perches
· 10 years ago
0d7835f
checkpatch: update git commit message
by Joe Perches
· 10 years ago
1b36b20
checkpatch: Allow comments in macros tested for single statements
by Joe Perches
· 10 years ago
327953e
checkpatch: add check for keyword 'boolean' in Kconfig definitions
by Christoph Jaeger
· 10 years ago
dcaf112
checkpatch: fix UNNECESSARY_KERN_LEVEL false positive
by Paolo Bonzini
· 10 years ago
e23ef1f
checkpatch: ignore __pure $Attribute
by Joe Perches
· 10 years ago
c0a5c89
checkpatch: improve octal permissions tests
by Joe Perches
· 10 years ago
62ec818
checkpatch: emit an error when using predefined timestamp macros
by Joe Perches
· 10 years ago
4638532
bitmap, cpumask, nodemask: remove dedicated formatting functions
by Tejun Heo
· 10 years ago
ccbd59c
profile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
c1d7f03
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
a0c2e07
proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
4497da6
padata: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
9e763e0
mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
5024c1d
slub: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
f799b1a
drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
125918d
usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
c7badc9
scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
0b48003
input: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
8986003
wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
f090682
net: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
1a40243
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
dfbcbf4
workqueue: use %*pb[l] to format bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
807de07
percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
ffda22c
time: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
333470e
sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
ad853b4
rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
e8e6d97
cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
660e5ec
arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
62518994
xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
90b586c
ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
bf58b48
x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
839b268
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
0c118b7b
powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
729d8e0
mips: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
4a0792b
bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
f1bbc03
cpumask, nodemask: implement cpumask/nodemask_pr_args()
by Tejun Heo
· 10 years ago
dbc760b
lib/vsprintf: implement bitmap printing through '%*pb[l]'
by Tejun Heo
· 10 years ago
513e3d2
cpumask: always use nr_cpu_ids in formatting and parsing functions
by Tejun Heo
· 10 years ago
310ee9e
lib/genalloc.c: check result of devres_alloc()
by Jan Kara
· 10 years ago
8da53d4
lib/string.c: improve strrchr()
by Rasmus Villemoes
· 10 years ago
fcc139a
fs/namespace: convert devname allocation to kstrdup_const
by Andrzej Hajda
· 10 years ago
3dec16e
mm/slab: convert cache name allocations to kstrdup_const
by Andrzej Hajda
· 10 years ago
612936f
clk: convert clock name allocations to kstrdup_const
by Andrzej Hajda
· 10 years ago
dfeb0750
kernfs: remove KERNFS_STATIC_NAME
by Tejun Heo
· 10 years ago
75287a6
kernfs: convert node name allocation to kstrdup_const
by Andrzej Hajda
· 10 years ago
a4bb1e4
mm/util: add kstrdup_const
by Andrzej Hajda
· 10 years ago
f5e38b9
lib: crc32: constify crc32 lookup table
by Daniel Borkmann
· 10 years ago
7f59065
lib: bitmap: remove redundant code from __bitmap_shift_left
by Rasmus Villemoes
· 10 years ago
6d874ec
lib: bitmap: eliminate branch in __bitmap_shift_left
by Rasmus Villemoes
· 10 years ago
dba94c2
lib: bitmap: change bitmap_shift_left to take unsigned parameters
by Rasmus Villemoes
· 10 years ago
cfac1d0
lib: bitmap: yet another simplification in __bitmap_shift_right
by Rasmus Villemoes
· 10 years ago
97fb8e9
lib: bitmap: remove redundant code from __bitmap_shift_right
by Rasmus Villemoes
· 10 years ago
9d8a6b2
lib: bitmap: eliminate branch in __bitmap_shift_right
by Rasmus Villemoes
· 10 years ago
2fbad29
lib: bitmap: change bitmap_shift_right to take unsigned parameters
by Rasmus Villemoes
· 10 years ago
e8f2427
lib/bitmap.c: elide bitmap_copy_le on little-endian
by Rasmus Villemoes
· 10 years ago
9b6c2d2
lib/bitmap.c: change prototype of bitmap_copy_le
by Rasmus Villemoes
· 10 years ago
Next »