index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-30
perf events: Precalculate the header space for PERF_SAMPLE_ fields
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-11-26
perf, arch: Cleanup perf-pmu init vs lockup-detector
Peter Zijlstra
1
-0
/
+4
2010-11-26
perf: Introduce is_sampling_event()
Franck Bui-Huu
1
-0
/
+5
2010-11-26
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2
-14
/
+20
2010-11-26
Merge commit 'v2.6.37-rc3' into perf/core
Ingo Molnar
13
-22
/
+13
2010-11-26
perf: Fix the software context switch counter
Peter Zijlstra
1
-14
/
+15
2010-11-26
perf: Fix inherit vs. context rotation bug
Thomas Gleixner
1
-0
/
+1
2010-11-19
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-1
/
+0
2010-11-19
fs: Do not dispatch FITRIM through separate super_operation
Lukas Czerner
1
-1
/
+0
2010-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
3
-4
/
+7
2010-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2010-11-18
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
Ingo Molnar
4
-7
/
+21
2010-11-18
hardirq.h: needs sched.h if using BKL
Linus Torvalds
1
-0
/
+1
2010-11-18
tracing: Remove useless syscall ftrace_event_call declaration
Frederic Weisbecker
1
-4
/
+0
2010-11-18
tracing: Allow syscall trace events for non privileged users
Frederic Weisbecker
2
-2
/
+12
2010-11-18
tracing: New macro to set up initial event flags value
Frederic Weisbecker
1
-0
/
+4
2010-11-18
tracing: New flag to allow non privileged users to use a trace event
Frederic Weisbecker
1
-0
/
+2
2010-11-18
x86: Eliminate bp argument from the stack tracing routines
Soeren Sandmann Pedersen
1
-1
/
+3
2010-11-18
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent
Ingo Molnar
1
-0
/
+4
2010-11-18
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Don Zickus
1
-2
/
+0
2010-11-18
x86, nmi_watchdog: Remove the old nmi_watchdog
Don Zickus
1
-5
/
+1
2010-11-17
hardirq.h: remove now-empty #ifdef/#endif pair
Linus Torvalds
1
-2
/
+0
2010-11-17
Fix build failure due to hwirq.h needing smp_lock.h
Linus Torvalds
2
-4
/
+1
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
3
-3
/
+0
2010-11-16
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2
-6
/
+1
2010-11-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+1
2010-11-16
SCSI host lock push-down
Jeff Garzik
1
-1
/
+1
2010-11-16
nfs: trivial: remove unused nfs_wait_event macro
Jeff Layton
1
-6
/
+0
2010-11-15
NLM: Fix a regression in lockd
Trond Myklebust
1
-0
/
+1
2010-11-15
capabilities/syslog: open code cap_syslog logic to fix build failure
Eric Paris
1
-5
/
+4
2010-11-15
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
2
-23
/
+1
2010-11-15
i2c: Mark i2c_adapter.id as deprecated
Jean Delvare
1
-1
/
+1
2010-11-15
i2c: Delete unused adapter IDs
Jean Delvare
1
-22
/
+0
2010-11-15
include/linux/kernel.h: Move logging bits to include/linux/printk.h
Linus Torvalds
2
-244
/
+249
2010-11-15
net: rtnetlink.h -- only include linux/netdevice.h when used by the kernel
Andy Whitcroft
1
-1
/
+1
2010-11-15
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6
Linus Torvalds
1
-1
/
+0
2010-11-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh/urgent
Paul Mundt
24
-42
/
+282
2010-11-15
fsl-diu-fb: drop dead ioctl define
Mike Frysinger
1
-1
/
+0
2010-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-1
/
+31
2010-11-12
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2
-1
/
+3
2010-11-12
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
1
-1
/
+1
2010-11-12
vlan: Add function to retrieve EtherType from vlan packets.
Hao Zheng
1
-0
/
+25
2010-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
David S. Miller
1
-1
/
+1
2010-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
2
-2
/
+17
2010-11-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
5
-12
/
+4
2010-11-12
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+10
2010-11-12
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-4
/
+14
2010-11-12
backlight: add low threshold to pwm backlight
Arun Murthy
1
-0
/
+1
2010-11-12
leds: driver for National Semiconductors LP5523 chip
Samu Onkalo
1
-0
/
+47
2010-11-12
leds: driver for National Semiconductor LP5521 chip
Samu Onkalo
1
-0
/
+47
[next]