Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
83e759043abe9d0291f58f2427ba12bbb0a6e4f1
83e7590
xfs: convert to alloc_workqueue()
by Tejun Heo
· 14 years ago
28aadf5
reiserfs: make commit_wq use the default concurrency level
by Tejun Heo
· 14 years ago
316873c
ocfs2: use system_wq instead of ocfs2_quota_wq
by Tejun Heo
· 14 years ago
fd89d5f
ext4: convert to alloc_workqueue()
by Tejun Heo
· 14 years ago
40f38ff
scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim path
by Tejun Heo
· 14 years ago
278274d
scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()
by Tejun Heo
· 14 years ago
51f50f8
misc/iwmc3200top: use system_wq instead of dedicated workqueues
by Tejun Heo
· 14 years ago
5228671
i2o: use alloc_workqueue() instead of create_workqueue()
by Tejun Heo
· 14 years ago
44d2588
acpi: kacpi*_wq don't need WQ_MEM_RECLAIM
by Tejun Heo
· 14 years ago
d37adaa
fs/aio: aio_wq isn't used in memory reclaim path
by Tejun Heo
· 14 years ago
1c1e864
input/tps6507x-ts: use system_wq instead of dedicated workqueue
by Tejun Heo
· 14 years ago
57df557
cpufreq: use system_wq instead of dedicated workqueues
by Tejun Heo
· 14 years ago
bcb6d91
wireless/ipw2x00: use system_wq instead of dedicated workqueues
by Tejun Heo
· 14 years ago
c487300
arm/omap: use system_wq in mailbox
by Tejun Heo
· 14 years ago
ada609e
workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
by Tejun Heo
· 14 years ago
c723fda
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
842d9b2
Merge branch 'for-38-rc3' of git://codeaurora.org/quic/kernel/davidb/linux-msm
by Linus Torvalds
· 14 years ago
5e82ea9
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
abb72c8
Merge branch 'drm-intel-fixes-2' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel into drm-fixes
by Dave Airlie
· 14 years ago
58bbf01
drm/radeon/kms: add new radeon_info ioctl query for clock crystal freq
by Alex Deucher
· 14 years ago
ec30f34
fix a shutdown regression in intel_idle
by Shaohua Li
· 14 years ago
34686fe
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 14 years ago
500d85c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ce84d53
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
bc09475
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4398f31
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8e934db
drm/i915: Prevent uninitialised reads during error state capture
by Chris Wilson
· 14 years ago
b705120
drm/i915: Use consistent mappings for OpRegion between ACPI and i915
by Michael Karcher
· 14 years ago
8a327f2
Merge remote branch 'linus/master' into drm-intel-fixes
by Chris Wilson
· 14 years ago
5a9a8d1
drm/i915: Handle the no-interrupts case for UMS by polling
by Chris Wilson
· 14 years ago
3885c6b
drm/i915: Disable high-precision vblank timestamping for UMS
by Chris Wilson
· 14 years ago
4041b85
drm/i915: Increase the amount of defense before computing vblank timestamps
by Chris Wilson
· 14 years ago
bee4a18
drm/i915,agp/intel: Do not clear stolen entries
by Chris Wilson
· 14 years ago
3ff6dca
sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug
by Yong Zhang
· 14 years ago
d315777
Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
5a05a6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
d20761a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
f1d0c99
Make CIFS mount work in a container.
by Rob Landley
· 14 years ago
1765e3a
Remove MAYBE_BUILD_BUG_ON
by Rusty Russell
· 14 years ago
7ef88ad
BUILD_BUG_ON: make it handle more cases
by Rusty Russell
· 14 years ago
577d6a7
module: fix missing semicolons in MODULE macro usage
by Rusty Russell
· 14 years ago
b75be42
param: add null statement to compiled-in module params
by Linus Walleij
· 14 years ago
3b90a5b
module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n
by Rusty Russell
· 14 years ago
e94965e
module: show version information for built-in modules in sysfs
by Dmitry Torokhov
· 14 years ago
3f391c7
CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()
by Jesper Juhl
· 14 years ago
b526ce2
drm/radeon/kms: simplify atom adjust pll setup
by Alex Deucher
· 14 years ago
8d96fe9
drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asics
by Alex Deucher
· 14 years ago
be23da8
drm/radeon/kms: make the mac rv630 quirk generic
by Alex Deucher
· 14 years ago
369d7ec
drm/radeon/kms: fix a spelling error in an error message
by Alex Deucher
· 14 years ago
29d9ebc
drm/radeon/kms: Initialize pageflip spinlocks.
by Michel Dänzer
· 14 years ago
3ac285ff
selinux: return -ENOMEM when memory allocation fails
by Davidlohr Bueso
· 14 years ago
e5cce6c
tpm: fix panic caused by "tpm: Autodetect itpm devices"
by Olof Johansson
· 14 years ago
c4ff4b8
TPM: Long default timeout fix
by Rajiv Andrade
· 14 years ago
5403110
trusted keys: Fix a memory leak in trusted_update().
by Jesper Juhl
· 14 years ago
7f3c68b
keys: add trusted and encrypted maintainers
by Mimi Zohar
· 14 years ago
b970344
encrypted-keys: rename encrypted_defined files to encrypted
by Mimi Zohar
· 14 years ago
4b174b6
trusted-keys: rename trusted_defined files to trusted
by Mimi Zohar
· 14 years ago
8969691
x86: Fix jump label with RO/NX module protection crash
by matthieu castet
· 14 years ago
934f992
drm/i915: Recognise non-VGA display devices
by Chris Wilson
· 14 years ago
076e2c0
drm/i915: Fix use of invalid array size for ring->sync_seqno
by Chris Wilson
· 14 years ago
ff5fdb6
fs: fix new dcache.c kernel-doc warnings
by Randy Dunlap
· 14 years ago
9b310ac
rapidio: fix new kernel-doc warnings
by Randy Dunlap
· 14 years ago
fcf2856
docbook: fix broken serial to tty/serial movement
by Randy Dunlap
· 14 years ago
00e99a4
perf tools: Fix time function double declaration with glibc
by Thomas Renninger
· 14 years ago
065bef5
perf tools: Fix build by checking if extra warnings are supported
by Arnaldo Carvalho de Melo
· 14 years ago
5c7a668
perf tools: Fix build when using gcc 3.4.6
by Arnaldo Carvalho de Melo
· 14 years ago
a860a60
perf tools: Add missing header, fixes build
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
57b84e5
perf test: Fix build on older glibcs
by Arnaldo Carvalho de Melo
· 14 years ago
01bb2dc
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
1bae4ce
Linux 2.6.38-rc2
by Linus Torvalds
· 14 years ago
93789b3
x86, hotplug: Fix powersavings with offlined cores on AMD
by Borislav Petkov
· 14 years ago
727a99a
drivers: mmc: msm: remove clock disable in probe
by Daniel Walker
· 14 years ago
208028d
mmc: msm: fix dma usage not to use internal APIs
by Daniel Walker
· 14 years ago
13a3cec
Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
973c9f4
KEYS: Fix up comments in key management code
by David Howells
· 14 years ago
a8b17ed
KEYS: Do some style cleanup in the key management code.
by David Howells
· 14 years ago
9093ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
ebe0d80
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
5bf7a65
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
0f5c2ac
Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
cfd7448
Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
a1d3f5b
Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 14 years ago
7971b96
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
c745552
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
d41ad6d
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
806839b
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
by Oleg Nesterov
· 14 years ago
ffb5e0f
perf test: Use cpu_map->[cpu] when setting affinity
by Han Pingtian
· 14 years ago
b2f8fb2
perf symbols: Fix annotation of thumb code
by Dr. David Alan Gilbert
· 14 years ago
3dece37
mm: System without MMU do not need pte_mkwrite
by Michal Simek
· 14 years ago
db9fd84
MAINTAINERS: Update Roland Dreier's email address
by Roland Dreier
· 14 years ago
b5cc8ca
RTC: Remove Kconfig symbol for UIE emulation
by Uwe Kleine-König
· 14 years ago
d5553a5
RTC: Properly handle rtc_read_alarm error propagation and fix bug
by John Stultz
· 14 years ago
aa0be0f
RTC: Propagate error handling via rtc_timer_enqueue properly
by John Stultz
· 14 years ago
db6b175
acpi_pm: Clear pmtmr_ioport if acpi_pm initialization fails
by Konrad Rzeszutek Wilk
· 14 years ago
1daeddd
rtc: Cleanup removed UIE emulation declaration
by John Stultz
· 14 years ago
8e1b4cf
xen: p2m: correctly initialize partial p2m leaf
by Stefan Bader
· 14 years ago
4843456
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
547e9fd
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
by Peter Zijlstra
· 14 years ago
f21bbec
x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow coretemp to handler intr
by Fenghua Yu
· 14 years ago
Next »