index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
tracing: Cleanup the convoluted softirq tracepoints
Thomas Gleixner
1
-1
/
+1
2010-10-18
jump_label: Add COND_STMT(), reducer wrappery
Peter Zijlstra
2
-10
/
+12
2010-10-18
perf: Optimize sw events
Peter Zijlstra
1
-9
/
+11
2010-10-18
perf: Use jump_labels to optimize the scheduler hooks
Peter Zijlstra
1
-2
/
+25
2010-10-18
jump_label: Add atomic_t interface
Peter Zijlstra
1
-0
/
+44
2010-10-18
jump_label: Use more consistent naming
Peter Zijlstra
1
-4
/
+4
2010-10-18
perf, hw_breakpoint: Fix crash in hw_breakpoint creation
Peter Zijlstra
1
-0
/
+7
2010-10-18
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
2
-9
/
+22
2010-10-15
oprofile: fix linker errors
Anand Gadiyar
1
-1
/
+1
2010-10-15
Merge remote branch 'tip/perf/core' into oprofile/core
Robert Richter
18
-91
/
+245
2010-10-14
stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=n
Masami Hiramatsu
1
-2
/
+8
2010-10-11
Merge branch 'oprofile/urgent' (early part) into oprofile/perf
Robert Richter
30
-84
/
+197
2010-10-11
oprofile: Abstract the perf-events backend
Matt Fleming
1
-0
/
+3
2010-10-11
oprofile: Make op_name_from_perf_id() global
Matt Fleming
1
-0
/
+4
2010-10-11
perf: New helper function for pmu name
Matt Fleming
1
-0
/
+1
2010-10-11
perf: Add helper function to return number of counters
Matt Fleming
1
-0
/
+1
2010-10-08
Merge commit 'v2.6.36-rc7' into perf/core
Ingo Molnar
9
-8
/
+16
2010-10-05
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2010-10-05
wait: using uninitialized member of wait queue
Evgeny Kuznetsov
1
-0
/
+1
2010-10-05
modules: Fix module_bug_list list corruption race
Linus Torvalds
1
-3
/
+2
2010-10-01
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2010-09-30
intel_idle: Voluntary leave_mm before entering deeper
Suresh Siddha
1
-0
/
+1
2010-09-29
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...
Linus Torvalds
1
-1
/
+1
2010-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-3
/
+3
2010-09-27
tcp: Fix >4GB writes on 64-bit.
David S. Miller
1
-1
/
+1
2010-09-27
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2010-09-24
Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-0
/
+3
2010-09-24
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
4
-20
/
+93
2010-09-23
rcu: rcu_read_lock_bh_held(): disabling irqs also disables bh
Eric Dumazet
1
-1
/
+1
2010-09-23
x86/amd-iommu: Work around S3 BIOS bug
Joerg Roedel
1
-0
/
+3
2010-09-22
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"
FUJITA Tomonori
1
-0
/
+4
2010-09-22
missing inline keyword for static function in linux/dmaengine.h
Mathieu Lacage
1
-1
/
+1
2010-09-22
jump label: Convert dynamic debug to use jump labels
Jason Baron
1
-18
/
+21
2010-09-22
jump label: Tracepoint support for jump labels
Jason Baron
1
-1
/
+4
2010-09-22
jump label: Add jump_label_text_reserved() to reserve jump points
Jason Baron
1
-1
/
+7
2010-09-22
jump label: Base patch for jump label
Jason Baron
2
-1
/
+62
2010-09-22
net: Move "struct net" declaration inside the __KERNEL__ macro guard
Ollie Wild
1
-2
/
+2
2010-09-22
Merge branch 'linus' into perf/core
Ingo Molnar
1
-0
/
+4
2010-09-21
fs: {lock,unlock}_flocks() stubs to prepare for BKL removal
Sage Weil
1
-0
/
+4
2010-09-21
percpu: Add {get,put}_cpu_ptr
Peter Zijlstra
1
-0
/
+9
2010-09-21
Merge commit 'v2.6.36-rc5' into perf/core
Ingo Molnar
4
-5
/
+12
2010-09-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-4
/
+4
2010-09-17
netpoll: Disable IRQ around RCU dereference in netpoll_rx
Herbert Xu
1
-4
/
+4
2010-09-17
perf: Undo the per cpu-context timer stuff
Peter Zijlstra
1
-2
/
+4
2010-09-17
perf: Complete software pmu grouping
Peter Zijlstra
1
-0
/
+6
2010-09-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+4
2010-09-15
perf events: Clean up pid passing
Matt Helsley
1
-1
/
+1
2010-09-15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
33
-102
/
+218
2010-09-14
Merge ssh://master.kernel.org/home/hpa/tree/sec
Linus Torvalds
1
-0
/
+3
2010-09-14
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-1
/
+1
[next]