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
2012-02-23
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
5
-0
/
+99
2012-02-23
Merge tag 'rpmsg-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...
Arnd Bergmann
4
-0
/
+607
2012-02-23
OMAP1: pass LCD config with omapfb_set_lcd_config()
Tomi Valkeinen
1
-0
/
+2
2012-02-23
OMAPFB: remove omapfb_set_platform_data()
Tomi Valkeinen
1
-3
/
+0
2012-02-23
OMAPFB: Move old omapfb private structs to a private include file
Tomi Valkeinen
1
-25
/
+0
2012-02-23
OMAPFB: remove mem info from platform_data
Tomi Valkeinen
1
-1
/
+0
2012-02-23
OMAPFB: remove early mem alloc from old omapfb
Tomi Valkeinen
1
-1
/
+0
2012-02-23
OAMPFB: remove unused omapfb_set_ctrl_platform_data()
Tomi Valkeinen
1
-2
/
+0
2012-02-23
Merge branch 'nf' of git://1984.lsi.us.es/net
David S. Miller
1
-2
/
+2
2012-02-22
Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...
Grant Likely
23
-355
/
+91
2012-02-22
Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...
Russell King
10
-8
/
+29
2012-02-22
firewire: core: prefix log messages with card name
Stefan Richter
1
-3
/
+0
2012-02-22
Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+2
2012-02-22
tracing/ring-buffer: Only have tracing_on disable tracing buffers
Steven Rostedt
1
-0
/
+3
2012-02-22
cfg80211: restructure AP/GO mode API
Johannes Berg
1
-15
/
+19
2012-02-22
Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2012-02-22
remoteproc: s/big switch/lookup table/
Ohad Ben-Cohen
1
-0
/
+7
2012-02-22
Merge branch 'lpc32xx/drivers' into next/drivers
Arnd Bergmann
21
-27
/
+88
2012-02-22
dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave
Viresh Kumar
1
-38
/
+0
2012-02-22
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
Viresh Kumar
1
-4
/
+4
2012-02-22
dmaengine: Add flow controller information to dma_slave_config
Viresh Kumar
1
-0
/
+5
2012-02-22
sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
Hiroshi Shimamoto
2
-1
/
+7
2012-02-22
uprobes: Update copyright notices
Ingo Molnar
1
-1
/
+2
2012-02-22
uprobes/core: Move insn to arch specific structure
Srikar Dronamraju
1
-21
/
+2
2012-02-22
uprobes/core: Remove uprobe_opcode_sz
Srikar Dronamraju
1
-2
/
+0
2012-02-21
sys_poll: fix incorrect type for 'timeout' parameter
Linus Torvalds
1
-1
/
+1
2012-02-21
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
4
-1
/
+169
2012-02-21
rtnetlink: Fix problem with buffer allocation
Greg Rose
2
-0
/
+4
2012-02-21
of: Only compile OF_DYNAMIC on PowerPC pseries and iseries
Grant Likely
1
-8
/
+6
2012-02-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-1
/
+169
2012-02-21
sock: Introduce the SO_PEEK_OFF sock option
Pavel Emelyanov
1
-0
/
+1
2012-02-21
skb: Add skb_peek_next helper
Pavel Emelyanov
1
-0
/
+18
2012-02-21
datagram: Add offset argument to __skb_recv_datagram
Pavel Emelyanov
1
-1
/
+1
2012-02-21
Merge tag 'topic/introspection' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-0
/
+1
2012-02-21
percpu: use raw_local_irq_* in _this_cpu op
Ming Lei
1
-10
/
+10
2012-02-21
rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections
Paul E. McKenney
1
-0
/
+27
2012-02-21
rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdep
Heiko Carstens
2
-2
/
+16
2012-02-21
rcu: Call out dangers of expedited RCU primitives
Paul E. McKenney
1
-0
/
+16
2012-02-21
rcu: Check for illegal use of RCU from offlined CPUs
Paul E. McKenney
2
-4
/
+26
2012-02-21
rcu: Note that rcu_access_pointer() can be used for teardown
Paul E. McKenney
1
-0
/
+7
2012-02-21
rcu: Make rcu_sleep_check() also check rcu_lock_map
Paul E. McKenney
1
-0
/
+14
2012-02-21
rcu: Simplify unboosting checks
Paul E. McKenney
1
-2
/
+1
2012-02-21
rcu: Prevent RCU callbacks from executing before scheduler initialized
Paul E. McKenney
1
-4
/
+0
2012-02-21
rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
Paul E. McKenney
3
-1
/
+9
2012-02-21
rcu: Improve synchronize_rcu() diagnostics
Frederic Weisbecker
1
-0
/
+1
2012-02-21
percpu: fix generic definition of __this_cpu_add_and_return()
Konstantin Khlebnikov
1
-1
/
+2
2012-02-21
ASoC: wm8994: Support external capacitors on MICBIAS2 with jack detection
Mark Brown
1
-0
/
+3
2012-02-21
ftrace, perf: Add filter support for function trace event
Jiri Olsa
1
-3
/
+4
2012-02-21
ftrace: Allow to specify filter field type for ftrace events
Jiri Olsa
1
-0
/
+1
2012-02-21
ftrace, perf: Add support to use function tracepoint in perf
Jiri Olsa
1
-0
/
+3
[prev]
[next]