index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
2015-05-19
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
2015-05-19
suspend: simplify block I/O handling
Christoph Hellwig
2015-05-19
block: collapse bio bit space
Jens Axboe
2015-05-19
jiffies: Remove the extra indentation level
Thomas Gleixner
2015-05-19
block: remove unused BIO_RW_BLOCK and BIO_EOF flags
Christoph Hellwig
2015-05-19
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
2015-05-19
block: use an atomic_t for mq_freeze_depth
Christoph Hellwig
2015-05-19
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
2015-05-19
Merge branch 'linus' into timers/core
Thomas Gleixner
2015-05-19
Merge branch 'irq/for-x86' into x86/apic
Thomas Gleixner
2015-05-19
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
2015-05-19
genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
Jiang Liu
2015-05-19
time: Allow gcc to fold constants when possible
Nicholas Mc Guire
2015-05-19
time: Refactor msecs_to_jiffies
Nicholas Mc Guire
2015-05-19
extcon: arizona: Add support for select accessory detect mode when headphone ...
Inha Song
2015-05-19
extcon: Fix the checkpatch warning and minor coding style issue
Chanwoo Choi
2015-05-19
extcon: Add extcon_get_edev_name() API to get the extcon device name
Chanwoo Choi
2015-05-19
extcon: axp288: Add axp288 extcon driver support
Ramakrishna Pallala
2015-05-19
sched/wait: Introduce TASK_NOLOAD and TASK_IDLE
Peter Zijlstra
2015-05-19
sched/preempt, mm/fault: Decouple preemption from the page fault logic
David Hildenbrand
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*
David Hildenbrand
2015-05-19
sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...
David Hildenbrand
2015-05-19
sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled
David Hildenbrand
2015-05-19
sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic()
Frederic Weisbecker
2015-05-19
sched/preempt: Fix out of date comment
Frederic Weisbecker
2015-05-19
sched/preempt: Optimize preemption operations on __schedule() callers
Frederic Weisbecker
2015-05-19
sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET
Frederic Weisbecker
2015-05-19
sched/preempt: Rearrange a few symbols after headers merge
Frederic Weisbecker
2015-05-19
sched/preempt: Merge preempt_mask.h into preempt.h
Frederic Weisbecker
2015-05-19
Merge tag 'v4.1-rc4' into sched/core, before applying new patches
Ingo Molnar
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
locking/arch: Add WRITE_ONCE() to set_mb()
Peter Zijlstra
2015-05-19
PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND
Rafael J. Wysocki
2015-05-18
Merge 4.1-rc4 into usb-next
Greg Kroah-Hartman
2015-05-18
Merge branch 'irq/for-arm' into irq/core
Thomas Gleixner
2015-05-18
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
2015-05-18
Merge 4.1-rc4 into staging-next
Greg Kroah-Hartman
2015-05-18
cgroup: reorganize include/linux/cgroup.h
Tejun Heo
2015-05-18
cgroup: separate out include/linux/cgroup-defs.h
Tejun Heo
2015-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-05-18
Merge tag 'v4.1-rc4' into MTD's -next
Brian Norris
2015-05-18
genirq: Add irq_chip_(enable/disable)_parent
Stefan Agner
2015-05-18
irqdomain: Add non-hierarchy helper irq_domain_set_info
Stefan Agner
2015-05-18
sched,perf: Fix periodic timers
Peter Zijlstra
2015-05-18
dmaengine: Support different source and destination stride
Maxime Ripard
2015-05-17
net: fix two sparse errors
Eric Dumazet
2015-05-17
iio: core: add high pass filter attributes
Martin Fuzzey
2015-05-17
Merge branch 'x86/asm' into x86/apic, to resolve conflicts
Ingo Molnar
2015-05-16
Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
[prev]
[next]