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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
drivers/ieee1394/*: use kmemdup()
Eric Sesterhenn
2
-4
/
+2
2006-12-07
ieee1394: ohci1394: proper log messages in suspend and resume
Stefan Richter
1
-11
/
+15
2006-12-07
ieee1394: ohci1394: revert fail on error in suspend
Stefan Richter
1
-2
/
+11
2006-12-07
ieee1394: only build OUI database files if config enabled
Randy Dunlap
1
-1
/
+4
2006-12-07
ieee1394: fix printk format warning
Randy Dunlap
1
-1
/
+1
2006-12-07
ieee1394: nodemgr: revise semaphore protection of driver core data
Stefan Richter
1
-50
/
+92
2006-12-07
ieee1394: nodemgr: reflect which return values are errors
Stefan Richter
1
-34
/
+30
2006-12-07
ieee1394: nodemgr: small fix after sysfs errors patch
Stefan Richter
1
-1
/
+1
2006-12-07
dv1394: remove BKL contention
Stefan Richter
1
-11
/
+3
2006-12-07
video1394: remove BKL contention
Daniel Drake
1
-24
/
+6
2006-12-07
video1394: small optimizations to frame retrieval codepath
Daniel Drake
1
-8
/
+10
2006-12-07
ieee1394: handle sysfs errors
Stefan Richter
2
-49
/
+118
2006-12-07
ieee1394: coding style in hosts.c
Stefan Richter
1
-7
/
+11
2006-12-07
ieee1394: lock smaller region by host_num_alloc mutex
Stefan Richter
1
-4
/
+1
2006-12-07
ieee1394: usecs_to_jiffies takes unsigned int argument
Stefan Richter
1
-5
/
+3
2006-12-07
ieee1394: ohci1394: suspend/resume cosmetics
Stefan Richter
1
-78
/
+48
2006-12-07
ohci1394: steps to implement suspend/resume
Bernhard Kaindl
1
-14
/
+78
2006-12-07
ieee1394: raw1394: add comments on lock usage
Stefan Richter
1
-5
/
+5
2006-12-07
ieee1394: sbp2: slightly reorder sbp2scsi_abort
Stefan Richter
1
-8
/
+2
2006-12-07
ieee1394: remove unused struct member from highlevel API
Stefan Richter
1
-1
/
+0
2006-12-07
[IA64] Fix DISCONTIGMEM without VIRTUAL_MEM_MAP
Matthew Wilcox
1
-6
/
+5
2006-12-07
[PATCH] Add support for type argument in PAL_GET_PSTATE
Venkatesh Pallipadi
2
-9
/
+11
2006-12-07
[IA64] tidy up return value of ip_fast_csum
Chen, Kenneth W
1
-1
/
+2
2006-12-07
[IA64] implement csum_ipv6_magic for ia64.
Chen, Kenneth W
2
-2
/
+59
2006-12-07
[IA64] More Itanium PAL spec updates
Russ Anderson
2
-3
/
+49
2006-12-07
[IA64] Update processor_info features
Russ Anderson
1
-2
/
+11
2006-12-07
[IA64] Add se bit to Processor State Parameter structure
Russ Anderson
1
-1
/
+3
2006-12-07
[IA64] Add dp bit to cache and bus check structs
Russ Anderson
1
-3
/
+5
2006-12-07
[IA64] SN: Correctly update smp_affinty mask
John Keller
2
-7
/
+15
2006-12-07
[IA64] sparse cleanups
Matthew Wilcox
2
-7
/
+7
2006-12-07
[IA64] IA64 Kexec/kdump
Zou Nan hai
19
-6
/
+969
2006-12-07
Add "run_scheduled_work()" workqueue function
Linus Torvalds
3
-2
/
+75
2006-12-07
[ARM] 3995/1: iop13xx: add iop13xx support
Dan Williams
28
-4
/
+3324
2006-12-07
[ARM] 3968/1: iop13xx: add iop13xx_defconfig
Dan Williams
1
-0
/
+1134
2006-12-07
[ARM] Update mach-types
Russell King
1
-5
/
+53
2006-12-07
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-44
/
+79
2006-12-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
57
-1211
/
+2341
2006-12-07
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
82
-1180
/
+2115
2006-12-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
55
-462
/
+3208
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
211
-2621
/
+6133
2006-12-07
[PATCH] elf.h: forward declare struct file
Andrew Morton
1
-0
/
+2
2006-12-07
[PATCH] cpuset: allow a larger buffer for writes to cpuset files
Paul Menage
1
-2
/
+3
2006-12-07
[PATCH] ext4: Eliminate inline functions
Avantika Mathur
1
-14
/
+14
2006-12-07
[PATCH] ext4: kmalloc to kzalloc
Avantika Mathur
1
-6
/
+3
2006-12-07
[PATCH] ext4: if expression format
Avantika Mathur
1
-21
/
+42
2006-12-07
[PATCH] ext3 balloc: fix _with_rsv freeze
Hugh Dickins
1
-1
/
+1
2006-12-07
[PATCH] ext3 balloc: use io_error label
Hugh Dickins
1
-4
/
+2
2006-12-07
[PATCH] ext3 balloc: say rb_entry not list_entry
Hugh Dickins
1
-3
/
+3
2006-12-07
[PATCH] ext3 balloc: fix off-by-one against rsv_end
Hugh Dickins
1
-1
/
+1
2006-12-07
[PATCH] ext3 balloc: fix off-by-one against grp_goal
Hugh Dickins
1
-2
/
+2
[prev]
[next]