Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b9b1134260e036fb75c468514569864dd6722f3e
b9b1134
drivers/char/ppdev.c: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
19714a8
drivers/char/applicom.c: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
ffd7d6b
synclink_gt: fix per device locking
by Paul Fulghum
· 14 years ago
dcade5e
SGI Altix IA64 mmtimer: eliminate long interval timer holdoffs
by Dimitri Sivanich
· 14 years ago
656e17e
drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING)
by Andrew Morton
· 14 years ago
713efa9
drivers/char/rocket.c: release_region or error path
by Dan Carpenter
· 14 years ago
60ee6d5
ipmi: fix __init and __exit attribute locations
by Corey Minyard
· 14 years ago
03145be
ipc: initialize structure memory to zero for compat functions
by Dan Rosenberg
· 14 years ago
b795218
ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm
by Helge Deller
· 14 years ago
98391cf
exec: don't turn PF_KTHREAD off when a target command was not found
by KOSAKI Motohiro
· 14 years ago
478735e3
/proc/stat: fix scalability of irq sum of all cpu
by KAMEZAWA Hiroyuki
· 14 years ago
f2c66cd
/proc/stat: scalability of irq num per cpu
by KAMEZAWA Hiroyuki
· 14 years ago
19cd56c
procfs: fix /proc/softirqs formatting
by Davidlohr Bueso
· 14 years ago
03f890f
/proc/pid/pagemap: document in Documentation/filesystems/proc.txt
by Nikanth Karthikesan
· 14 years ago
b40d4f8
/proc/pid/smaps: export amount of anonymous memory in a mapping
by Nikanth Karthikesan
· 14 years ago
d16e15f
exit: add lock context annotation on find_new_reaper()
by Namhyung Kim
· 14 years ago
8950215
coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
by Roland McGrath
· 14 years ago
1b0d300
core_pattern: fix truncation by core_pattern handler with long parameters
by Xiaotian Feng
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
b840115
signals: annotate lock context change on ptrace_stop()
by Namhyung Kim
· 14 years ago
b8ed374
signals: annotate lock_task_sighand()
by Namhyung Kim
· 14 years ago
5ef4507
ptrace: cleanup arch_ptrace() on xtensa
by Namhyung Kim
· 14 years ago
0a3d763
ptrace: cleanup arch_ptrace() on um
by Namhyung Kim
· 14 years ago
8c0acac
ptrace: cleanup arch_ptrace() on tile
by Namhyung Kim
· 14 years ago
a9384e2
ptrace: cleanup arch_ptrace() on sparc
by Namhyung Kim
· 14 years ago
9e1cb20
ptrace: cleanup arch_ptrace() on sh
by Namhyung Kim
· 14 years ago
41a2437
ptrace: cleanup arch_ptrace() on score
by Namhyung Kim
· 14 years ago
f68d204
ptrace: cleanup arch_ptrace() on powerpc
by Namhyung Kim
· 14 years ago
1cb4953
ptrace: cleanup arch_ptrace() on parisc
by Namhyung Kim
· 14 years ago
261bb92
ptrace: cleanup arch_ptrace() on mn10300
by Namhyung Kim
· 14 years ago
fb67113
ptrace: cleanup arch_ptrace() on MIPS
by Namhyung Kim
· 14 years ago
cfd866f
ptrace: cleanup arch_ptrace() on microblaze
by Namhyung Kim
· 14 years ago
bf60ef9
ptrace: cleanup arch_ptrace() on m68knommu
by Namhyung Kim
· 14 years ago
add3d6e
ptrace: cleanup arch_ptrace() on m68k
by Namhyung Kim
· 14 years ago
a68caa0
ptrace: cleanup arch_ptrace() on m32r
by Namhyung Kim
· 14 years ago
05fabda
ptrace: cleanup arch_ptrace() on h8300
by Namhyung Kim
· 14 years ago
81d3285
ptrace: cleanup arch_ptrace() on frv
by Namhyung Kim
· 14 years ago
475a4b8
ptrace: cleanup arch_ptrace() on cris
by Namhyung Kim
· 14 years ago
aeebd3a
ptrace: cleanup arch_ptrace() and friends on Blackfin
by Namhyung Kim
· 14 years ago
9f29b8f
ptrace: cleanup arch_ptrace() on avr32
by Namhyung Kim
· 14 years ago
b640a0d
ptrace: cleanup arch_ptrace() on ARM
by Namhyung Kim
· 14 years ago
eb5a369
ptrace: cleanup arch_ptrace() on x86
by Namhyung Kim
· 14 years ago
9b05a69
ptrace: change signature of arch_ptrace()
by Namhyung Kim
· 14 years ago
9fed81d
ptrace: cleanup ptrace_request()
by Namhyung Kim
· 14 years ago
4abf986
ptrace: change signature of sys_ptrace() and friends
by Namhyung Kim
· 14 years ago
c4b5ed2
ptrace: annotate lock context change on exit_ptrace()
by Namhyung Kim
· 14 years ago
26174ef
memcg: generic filestat update interface
by KAMEZAWA Hiroyuki
· 14 years ago
1489eba
memcg: cpu hotplug aware quick acount_move detection
by KAMEZAWA Hiroyuki
· 14 years ago
711d3d2
memcg: cpu hotplug aware percpu count updates
by KAMEZAWA Hiroyuki
· 14 years ago
7d74b06
memcg: use for_each_mem_cgroup
by KAMEZAWA Hiroyuki
· 14 years ago
32047e2
memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
0c270f8
memcg: fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
4553175
cgroup: notify ns_cgroup deprecated
by Daniel Lezcano
· 14 years ago
f4a2589
cgroups: add check for strcpy destination string overflow
by Evgeny Kuznetsov
· 14 years ago
32a8cf2
cgroup: make the mount options parsing more accurate
by Daniel Lezcano
· 14 years ago
97978e6
cgroup: add clone_children control file
by Daniel Lezcano
· 14 years ago
2d3cbf8
cgroup_freezer: update_freezer_state() does incorrect state transitions
by Tomasz Buchert
· 14 years ago
0bdba58
cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups
by Tomasz Buchert
· 14 years ago
d5de4dd
cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()
by Tomasz Buchert
· 14 years ago
abffc02
doc: clarify the behaviour of dirty_ratio/dirty_bytes
by Andrea Righi
· 14 years ago
e45c9ef
isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory
by Ondrej Zary
· 14 years ago
b4754eb
drivers/video/omap/blizzard.c: suspected typo in assignment
by Nicolas Kaiser
· 14 years ago
f356910
drivers/video/gbefb.c: eliminate memory leak
by Julia Lawall
· 14 years ago
f11b478
fbmem: fix fb_read, fb_write unaligned accesses
by James Hogan
· 14 years ago
c9c62dc
fbmem: fix whitespace
by James Hogan
· 14 years ago
847fb8a
drivers/video/matrox/matroxfb_maven.c: fix unsigned return type
by Julia Lawall
· 14 years ago
f0a2f35
savagefb: fix DDC for Savage 4
by Ondrej Zary
· 14 years ago
09b599d
drivers/video/matrox/matroxfb_DAC1064.c: remove undead ifdef CONFIG_FB_MATROX_G
by Christian Dietrich
· 14 years ago
72b4379
langwell_gpio: add support for whitney point
by Alan Cox
· 14 years ago
fd0574c
drivers/gpio/langwell_gpio.c: remove semicolons after function definitions
by Andrew Morton
· 14 years ago
04c17aa8
gpio: add Topcliff PCH GPIO driver
by Tomoya MORINAGA
· 14 years ago
dc5ae4f
gpio: adp5588-gpio: add i2c forward declaration
by Michael Hennerich
· 14 years ago
9ef8c8c
gpio: adp5588-gpio: gpio_start must be signed
by Michael Hennerich
· 14 years ago
459773a
gpio: adp5588-gpio: support interrupt controller
by Michael Hennerich
· 14 years ago
ead6db08
gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register
by Miguel Gaio
· 14 years ago
76d800a
gpio: timbgpio: use a copy of the IER register to avoid it being trashed
by Tomas Hallenberg
· 14 years ago
09cd952
gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h
by Anton Vorontsov
· 14 years ago
aeec56e
gpio: add driver for basic memory-mapped GPIO controllers
by Anton Vorontsov
· 14 years ago
d0f744c
drivers/rtc/rtc-jz4740.c: add alarm function
by Paul Cercueil
· 14 years ago
f46418c
drivers/rtc/rtc-ds3232.c: add alarm function
by Lan Chunhe-B25806
· 14 years ago
5b3ffdd
rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()
by Kukjin Kim
· 14 years ago
e1df962
rtc: rtc-s3c: fix RTC initialization method
by Changhwan Youn
· 14 years ago
30ffc40
rtc: rtc-s3c: Fix debug message format on RTC
by Kukjin Kim
· 14 years ago
e6eb524
rtc: rtc-s3c: fix on support RTC Alarm
by Changhwan Youn
· 14 years ago
dd061d1
rtc: rtc-s3c: fix setting missing field of getalarm
by Changhwan Youn
· 14 years ago
f61ae67
rtc: rtc-s3c: fix access unit from byte to word on RTCCON
by Changhwan Youn
· 14 years ago
fa5b078
rtc: omap: let device wakeup capability be configured from chip init logic
by Sekhar Nori
· 14 years ago
59cca86
drivers/rtc/class.c: fix device_register() error handling
by Vasiliy Kulikov
· 14 years ago
d7c7ef9
rtc-bfin: add debug markers to suspend/resume paths
by Mike Frysinger
· 14 years ago
286f9f9
rtc-bfin: shrink/optimize interrupt handler a bit
by Mike Frysinger
· 14 years ago
9aa449b
rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC
by Kevin Wells
· 14 years ago
1e0ad28
drivers/char/vt_ioctl.c: fix VT_OPENQRY error value
by Graham Gower
· 14 years ago
8881cdc
dmi: log board, system, and BIOS information
by Bjorn Helgaas
· 14 years ago
d31eb51
tile: enable ARCH_DMA_ADDR_T_64BIT
by FUJITA Tomonori
· 14 years ago
2027394
mm: fix race in kunmap_atomic()
by Peter Zijlstra
· 14 years ago
a8e23a2
mm,x86: fix kmap_atomic_push vs ioremap_32.c
by Peter Zijlstra
· 14 years ago
12ba8d1
fix braino in fs: do not assign default i_ino in new_inode
by Al Viro
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
520045d
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 14 years ago
135cba0
vmwgfx: Implement a proper GMR eviction mechanism
by Thomas Hellstrom
· 14 years ago
Next »