Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8f507c8b0fa5d679e2957aad0e5ecd47675fca9a
/
kernel
96b9b1c
Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
bb7aeae
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
8759957
Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
277edba
Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
271ecc5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
2213e9a
kallsyms: add support for relative offsets in kallsyms address table
by Ard Biesheuvel
· 9 years ago
1414c7f
mm/page_poisoning.c: allow for zero poisoning
by Laura Abbott
· 9 years ago
07061aa
mm: fix two typos in comments for to_vmem_altmap()
by Andreas Ziegler
· 9 years ago
2552821
tags: Fix DEFINE_PER_CPU expansions
by Peter Zijlstra
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
df2e37c
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
8a284c0
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
208de21
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ba33ea8
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6701915
Merge commit 'torture.2015.02.23a' into core/rcu
by Ingo Molnar
· 9 years ago
8bc6782
Merge commit 'fixes.2015.02.23a' into core/rcu
by Ingo Molnar
· 9 years ago
e23604e
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d4e79615
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
e71c2c1
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d09e356
Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
fbed0bc
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d37a14bb
Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
93dffd0
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
by Rafael J. Wysocki
· 9 years ago
4ed3900
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 9 years ago
02fd4e7
Merge branches 'acpi-pci', 'acpi-soc' and 'pnp'
by Rafael J. Wysocki
· 9 years ago
d10ef6f
cpu/hotplug: Document states better
by Thomas Gleixner
· 9 years ago
2a58c52
cpu/hotplug: Fix smpboot thread ordering
by Thomas Gleixner
· 9 years ago
a5acbfb
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
adaf9fc
cpufreq: Move scheduler-related code to the sched directory
by Rafael J. Wysocki
· 9 years ago
52b2a05
genirq: Export IRQ functions for module use
by Quan Nguyen
· 9 years ago
38460a2
locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()
by Davidlohr Bueso
· 9 years ago
90d1098
locking/csd_lock: Explicitly inline csd_lock*() helpers
by Davidlohr Bueso
· 9 years ago
6cbe9e4
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 9 years ago
ac343e8
memremap: check pfn validity before passing to pfn_to_page()
by Ard Biesheuvel
· 9 years ago
e1b77c9
sched/kasan: remove stale KASAN poison after hotplug
by Mark Rutland
· 9 years ago
5f29a77
mm: fix mixed zone detection in devm_memremap_pages
by Dan Williams
· 9 years ago
d77a117
list: kill list_force_poison()
by Dan Williams
· 9 years ago
8095d0f
resource: Export insert_resource and remove_resource
by Toshi Kani
· 9 years ago
ff3cc95
resource: Add remove_resource interface
by Toshi Kani
· 9 years ago
4e0d8f7e
resource: Change __request_region to inherit from immediate parent
by Toshi Kani
· 9 years ago
34e2c55
cpufreq: Add mechanism for registering utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
e237a55
x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"
by Chen Fan
· 9 years ago
29b75eb
futex: Replace barrier() in unqueue_me() with READ_ONCE()
by Jianyu Zhan
· 9 years ago
1f25184
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
by Ingo Molnar
· 9 years ago
fe36d89
Merge branch 'linus' into irq/core, to pick up fixes
by Ingo Molnar
· 9 years ago
f9c904b
sched/cputime: Fix steal_account_process_tick() to always return jiffies
by Chris Friesen
· 9 years ago
72f9f3f
sched/deadline: Remove dl_new from struct sched_dl_entity
by Luca Abeni
· 9 years ago
927a557
perf/core: Fix perf_sched_count derailment
by Alexander Shishkin
· 9 years ago
6436257
time/timekeeping: Work around false positive GCC warning
by Ingo Molnar
· 9 years ago
ec87e1c
Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix
by Ingo Molnar
· 9 years ago
5d8eb84
cpu/hotplug: Remove redundant state check
by Thomas Gleixner
· 9 years ago
78baab7
Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
e57cbaf
tracing: Do not have 'comm' filter override event 'comm' field
by Steven Rostedt (Red Hat)
· 9 years ago
bc94b99
Merge tag 'v4.5-rc6' into core/resources, to resolve conflict
by Ingo Molnar
· 9 years ago
6936527
Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 9 years ago
88a1b56
Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
by James Morris
· 9 years ago
4e8ae72
X.509: Make algo identifiers text instead of enum
by David Howells
· 9 years ago
82e88ff
hrtimer: Revert CLOCK_MONOTONIC_RAW support
by Thomas Gleixner
· 9 years ago
71f87b2
cpu/hotplug: Plug death reporting race
by Thomas Gleixner
· 9 years ago
2c756fe
time: Add history to cross timestamp interface supporting slower devices
by Christopher S. Hall
· 9 years ago
8006c24
time: Add driver cross timestamp interface for higher precision time synchronization
by Christopher S. Hall
· 9 years ago
ba26621
time: Remove duplicated code in ktime_get_raw_and_real()
by Christopher S. Hall
· 9 years ago
9da0f49
time: Add timekeeping snapshot code capturing system time and counter
by Christopher S. Hall
· 9 years ago
6bd58f0
time: Add cycles to nanoseconds translation
by Christopher S. Hall
· 9 years ago
4f49b90
sched-clock: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
b787830
posix-cpu-timers: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
76d92ac
sched: Migrate sched to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
01d36d0
sched: Account rr tasks
by Frederic Weisbecker
· 9 years ago
555e0c1
perf: Migrate perf to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
e6e6cc2
nohz: Use enum code for tick stop failure tracing message
by Frederic Weisbecker
· 9 years ago
d027d45
nohz: New tick dependency mask
by Frederic Weisbecker
· 10 years ago
27d50c7
rcu: Make CPU_DYING_IDLE an explicit call
by Thomas Gleixner
· 9 years ago
e69aab1
cpu/hotplug: Make wait for dead cpu completion based
by Thomas Gleixner
· 9 years ago
8df3e07
cpu/hotplug: Let upcoming cpu bring itself fully up
by Thomas Gleixner
· 9 years ago
1cf4f62
cpu/hotplug: Move online calls to hotplugged cpu
by Thomas Gleixner
· 9 years ago
4cb28ce
cpu/hotplug: Create hotplug threads
by Thomas Gleixner
· 9 years ago
2e1a348
cpu/hotplug: Split out the state walk into functions
by Thomas Gleixner
· 9 years ago
931ef16
cpu/hotplug: Unpark smpboot threads from the state machine
by Thomas Gleixner
· 9 years ago
949338e
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
by Thomas Gleixner
· 9 years ago
5b7aa87
cpu/hotplug: Implement setup/removal interface
by Thomas Gleixner
· 9 years ago
757c989
cpu/hotplug: Make target state writeable
by Thomas Gleixner
· 9 years ago
98f8cdc
cpu/hotplug: Add sysfs state interface
by Thomas Gleixner
· 9 years ago
af1f404
cpu/hotplug: Hand in target state to _cpu_up/down
by Thomas Gleixner
· 9 years ago
4baa0af
cpu/hotplug: Convert the hotplugged cpu work to a state machine
by Thomas Gleixner
· 9 years ago
cff7d37
cpu/hotplug: Convert to a state machine for the control processor
by Thomas Gleixner
· 9 years ago
9845817
cpu/hotplug: Split out cpu down functions
by Thomas Gleixner
· 9 years ago
ba99746
cpu/hotplug: Restructure cpu_up code
by Thomas Gleixner
· 9 years ago
090e77c
cpu/hotplug: Restructure FROZEN state handling
by Thomas Gleixner
· 9 years ago
89053aa
MODSIGN: linux/string.h should be #included to get memcpy()
by David Howells
· 9 years ago
026842d
tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:
by Taeung Song
· 9 years ago
ede5147
Handle ISO 8601 leap seconds and encodings of midnight in mktime64()
by David Howells
· 9 years ago
9e4e755
locking/lockdep: Detect chain_key collisions
by Ingo Molnar
· 9 years ago
5f18ab5
locking/lockdep: Prevent chain_key collisions
by Alfredo Alvarez Fernandez
· 9 years ago
1329ce6
locking/mutex: Allow next waiter lockless wakeup
by Davidlohr Bueso
· 9 years ago
32d6251
locking/pvqspinlock: Enable slowpath locking count tracking
by Waiman Long
· 9 years ago
cb037fd
locking/qspinlock: Use smp_cond_acquire() in pending code
by Waiman Long
· 9 years ago
eaff0e7
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_spin_steal_lock()
by Waiman Long
· 9 years ago
920c720
locking/mcs: Fix mcs_spin_lock() ordering
by Peter Zijlstra
· 9 years ago
39a1142
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
by Ingo Molnar
· 9 years ago
801ccdb
sched/deadline: Remove superfluous call to switched_to_dl()
by Peter Zijlstra
· 9 years ago
Next »