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
2009-10-09
USB: serial: don't call release without attach
Alan Stern
1
-0
/
+1
2009-10-08
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+18
2009-10-08
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-16
/
+19
2009-10-08
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2009-10-08
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2009-10-08
Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...
Linus Torvalds
1
-0
/
+5
2009-10-08
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2009-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-18
/
+3
2009-10-07
tracing: correct module boundaries for ftrace_release
jolsa@redhat.com
1
-1
/
+1
2009-10-07
futex: Fix typo in FUTEX_WAIT/WAKE_BITSET_PRIVATE definitions
Anton Blanchard
1
-2
/
+2
2009-10-06
perf_event: Provide vmalloc() based mmap() backing
Peter Zijlstra
1
-0
/
+5
2009-10-06
perf_events: Make ABI definitions available to userspace
Chuck Ebbert
1
-0
/
+1
2009-10-06
libata: make gtf_filter per-dev
Tejun Heo
1
-0
/
+1
2009-10-06
libata: implement more acpi filtering options
Tejun Heo
2
-0
/
+5
2009-10-06
libata: cosmetic updates
Tejun Heo
2
-3
/
+12
2009-10-05
rcu: Clean up code based on review feedback from Josh Triplett, part 3
Paul E. McKenney
1
-7
/
+7
2009-10-05
net: Support inclusion of <linux/socket.h> before <sys/socket.h>
Ben Hutchings
1
-18
/
+3
2009-10-04
headers: remove sched.h from poll.h
Alexey Dobriyan
1
-1
/
+1
2009-10-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
4
-23
/
+52
2009-10-04
Revert "Seperate read and write statistics of in_flight requests"
Jens Axboe
1
-14
/
+7
2009-10-03
block: Topology ioctls
Martin K. Petersen
2
-5
/
+34
2009-10-03
cfq-iosched: implement slower async initiate and queue ramp up
Jens Axboe
1
-0
/
+4
2009-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-7
/
+4
2009-10-02
connector: Removed the destruct_data callback since it is always kfree_skb()
Philipp Reisner
1
-3
/
+0
2009-10-02
connector: Provide the sender's credentials to the callback
Philipp Reisner
1
-3
/
+3
2009-10-02
connector: Keep the skb in cn_callback_data
Philipp Reisner
1
-2
/
+2
2009-10-02
initcalls: Add early_initcall() for modules
Borislav Petkov
1
-0
/
+1
2009-10-01
memcg: some modification to softlimit under hierarchical memory reclaim.
KAMEZAWA Hiroyuki
1
-4
/
+2
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
2
-2
/
+2
2009-10-01
Add a tracepoint for block request remapping
Jun'ichi Nomura
1
-1
/
+1
2009-10-01
block: allow large discard requests
Christoph Hellwig
1
-0
/
+3
2009-10-01
block: use normal I/O path for discard requests
Christoph Hellwig
1
-4
/
+2
2009-10-01
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
Zdenek Kabelac
1
-0
/
+2
2009-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
5
-11
/
+11
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
5
-11
/
+11
2009-09-30
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-0
/
+3
2009-09-30
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.
Maxime Bizon
1
-0
/
+3
2009-09-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-20
/
+7
2009-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2009-09-30
jbd2: Use tracepoints for history file
Theodore Ts'o
1
-20
/
+7
2009-09-27
tty: Fix regressions caused by commit b50989dc
Dave Young
1
-2
/
+11
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
4
-4
/
+4
2009-09-26
Revert "sit: stateless autoconf for isatap"
Sascha Hlusiak
1
-1
/
+1
2009-09-26
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
1
-0
/
+34
2009-09-26
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
Linus Torvalds
2
-0
/
+35
2009-09-26
headers: kref.h redux
Alexey Dobriyan
3
-4
/
+0
2009-09-26
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2009-09-26
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2009-09-26
writeback: pass in super_block to bdi_start_writeback()
Jens Axboe
1
-1
/
+2
2009-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-0
/
+3
[next]