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
2009-03-13
sata_mv: fix MSI irq race condition
Mark Lord
1
-1
/
+2
2009-03-13
qlge: bugfix: Pad outbound frames smaller than 60 bytes.
Ron Mercer
1
-0
/
+3
2009-03-13
qlge: bugfix: Move netif_napi_del() to common call point.
Ron Mercer
1
-4
/
+6
2009-03-13
qlge: bugfix: Tell hw to strip vlan header.
Ron Mercer
1
-3
/
+3
2009-03-13
qlge: bugfix: Increase filter on inbound csum.
Ron Mercer
2
-12
/
+27
2009-03-13
dnet: replace obsolete *netif_rx_* functions with *napi_*
Ilya Yanok
1
-4
/
+4
2009-03-13
V4L/DVB (10978): Report tuning algorith correctly
Matthias Schwarzzot
1
-1
/
+1
2009-03-13
V4L/DVB (10977): STB6100 init fix, the call to stb6100_set_bandwidth needs an...
Hans Werner
1
-2
/
+2
2009-03-13
V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...
Igor M. Liplianin
1
-3
/
+4
2009-03-13
V4L/DVB (10975): Bug: Use signed types, Offsets and range can be negative
Manu Abraham
2
-15
/
+11
2009-03-13
V4L/DVB (10974): Use Diseqc 3/3 mode to send data
Sigmund Augdal
1
-1
/
+1
2009-03-13
genirq: deprecate obsolete typedefs and defines
Thomas Gleixner
1
-0
/
+9
2009-03-13
genirq: deprecate __do_IRQ
Thomas Gleixner
2
-0
/
+13
2009-03-13
numa, cpumask: move numa_node_id default implementation to topology.h
Rusty Russell
3
-6
/
+6
2009-03-13
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
Rusty Russell
1
-1
/
+1
2009-03-13
genirq: add doc to struct irqaction
Thomas Gleixner
2
-0
/
+12
2009-03-13
genirq: use kzalloc instead of explicit zero initialization
Thomas Gleixner
1
-3
/
+1
2009-03-13
genirq: make irqreturn_t an enum
Thomas Gleixner
2
-20
/
+12
2009-03-13
genirq: remove redundant if condition
Thomas Gleixner
1
-1
/
+1
2009-03-13
genirq: remove unused hw_irq_controller typedef
Thomas Gleixner
1
-1
/
+0
2009-03-13
parisc: update defconfigs
Kyle McMartin
5
-831
/
+1681
2009-03-13
parisc: define x->x mmio accessors
Kyle McMartin
1
-0
/
+9
2009-03-13
parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-5
/
+6
2009-03-13
parisc: convert cpu_check_affinity to new cpumask api
Kyle McMartin
3
-8
/
+13
2009-03-13
parisc: convert (read|write)bwlq to inlines
Kyle McMartin
1
-9
/
+33
2009-03-13
parisc: fix use of new cpumask api in irq.c
Kyle McMartin
1
-4
/
+4
2009-03-13
parisc: update parisc for new irq_desc
Mike Travis
1
-4
/
+4
2009-03-13
parisc: update MAINTAINERS
Grant Grundler
1
-4
/
+2
2009-03-13
parisc: fix wrong assumption about bus->self
Grant Grundler
3
-8
/
+7
2009-03-13
parisc: fix 64bit build
Helge Deller
1
-0
/
+1
2009-03-13
parisc: add braces around arguments in assembler macros
Helge Deller
2
-8
/
+8
2009-03-13
parisc: fix dev_printk() compile warnings for accessing a device struct
Helge Deller
2
-2
/
+2
2009-03-13
parisc: remove unused local out_putf label
Helge Deller
1
-1
/
+0
2009-03-13
parisc: fix `struct pt_regs' declared inside parameter list warning
Helge Deller
1
-0
/
+1
2009-03-13
parisc: fix section mismatch warnings
Helge Deller
1
-6
/
+6
2009-03-13
parisc: remove klist iterators
James Bottomley
3
-55
/
+68
2009-03-13
parisc: BUG_ON() cleanup
Helge Deller
3
-24
/
+9
2009-03-13
ps3/block: Replace mtd/ps3vram by block/ps3vram
Geert Uytterhoeven
6
-776
/
+873
2009-03-13
Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...
Ingo Molnar
38
-336
/
+246
2009-03-13
Merge commit 'v2.6.29-rc8' into cpus4096
Ingo Molnar
73
-410
/
+884
2009-03-13
cpumask: remove x86 cpumask_t uses.
Rusty Russell
6
-13
/
+13
2009-03-13
cpumask: use cpumask_var_t in uv_flush_tlb_others.
Rusty Russell
1
-2
/
+7
2009-03-13
cpumask: remove cpumask_t assignment from vector_allocation_domain()
Rusty Russell
4
-4
/
+8
2009-03-13
cpumask: make Xen use the new operators.
Rusty Russell
1
-2
/
+2
2009-03-13
cpumask: clean up summit's send_IPI functions
Rusty Russell
1
-7
/
+3
2009-03-13
cpumask: use new cpumask functions throughout x86
Rusty Russell
9
-27
/
+26
2009-03-13
x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...
Rusty Russell
2
-30
/
+0
2009-03-13
cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t
Rusty Russell
2
-8
/
+27
2009-03-13
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
Rusty Russell
4
-28
/
+24
2009-03-13
x86: unify 32 and 64-bit node_to_cpumask_map
Rusty Russell
5
-94
/
+83
[prev]
[next]