index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
parisc: perf: wire up sys_perf_counter_open
Kyle McMartin
2009-07-03
4
-1
/
+15
*
parisc: add task_pt_regs macro
Kyle McMartin
2009-07-03
1
-0
/
+3
*
parisc: wire sys_perf_counter_open to sys_ni_syscall
Kyle McMartin
2009-07-03
2
-1
/
+3
*
parisc: inventory.c, fix bloated stack frame
Kyle McMartin
2009-07-03
1
-17
/
+24
*
parisc: processor.c, fix bloated stack frame
Kyle McMartin
2009-07-03
1
-5
/
+11
*
parisc: fix compile warning in mm/init.c
Kyle McMartin
2009-07-03
1
-1
/
+1
*
parisc: remove dead code from sys_parisc32.c
Christoph Hellwig
2009-07-03
1
-62
/
+0
*
parisc: wire up rt_tgsigqueueinfo
Kyle McMartin
2009-07-03
2
-2
/
+4
*
parisc: ensure broadcast tlb purge runs single threaded
Helge Deller
2009-07-03
3
-19
/
+30
*
parisc: fix "delay!" timer handling
Grant Grundler
2009-07-03
1
-35
/
+53
*
parisc: fix mismatched parenthesis in memcpy.c
Randolph Chung
2009-07-03
1
-1
/
+1
*
parisc: Fix gcc 4.4 warning in lba_pci.c
Grant Grundler
2009-07-03
1
-9
/
+22
*
parisc: add parameter to read_cr16()
Coly Li
2009-07-03
1
-1
/
+1
*
parisc: decode_exc.c should include kernel.h
Alexander Beregalov
2009-07-03
1
-1
/
+1
*
parisc: remove obsolete hw_interrupt_type
Thomas Gleixner
2009-07-03
7
-8
/
+8
*
parisc: fix irq compile bugs in arch/parisc/kernel/irq.c
Helge Deller
2009-07-03
1
-4
/
+4
*
parisc: advertise PCI devs after "assign_resources"
Grant Grundler
2009-07-03
2
-10
/
+10
*
parisc: fix ldcw inline assembler
Helge Deller
2009-07-03
1
-2
/
+2
*
parisc: kill WARN in free_initmem when DEBUG_KERNEL
Kyle McMartin
2009-07-03
1
-20
/
+9
*
parisc: Remove casts from atomic macros
Bastian Blank
2009-07-03
1
-4
/
+4
*
parisc: remove CVS keywords
Alexander Beregalov
2009-07-03
7
-14
/
+6
*
parisc: ccio-dma: fix build failure without procfs
Alexander Beregalov
2009-07-03
1
-3
/
+4
*
parisc: stifb: should depend on STI_CONSOLE
Alexander Beregalov
2009-07-03
1
-0
/
+2
*
parisc: wire up preadv/pwritev syscalls
Kyle McMartin
2009-07-03
2
-1
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
2009-06-23
82
-1216
/
+1530
|
\
|
*
Blackfin: fix dma-mapping build errors
FUJITA Tomonori
2009-06-23
1
-0
/
+13
|
*
Blackfin: hook up new perf_counter_open syscall
Mike Frysinger
2009-06-23
2
-1
/
+3
|
*
Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction)
Yi Li
2009-06-23
1
-3
/
+1
|
*
Blackfin: fix early crash when booting on wrong cpu
Robin Getz
2009-06-23
1
-8
/
+15
|
*
Blackfin: fix GPTMR0_CLOCKSOURCE dependency on BFIN_GPTIMERS
Mike Frysinger
2009-06-23
1
-0
/
+1
|
*
Blackfin: drop unused ISP1760 port1_disable from board resources
Mike Frysinger
2009-06-23
5
-5
/
+0
|
*
Blackfin: bf526-ezbrd: handle different SDRAM chips
Graf Yang
2009-06-23
2
-1
/
+92
|
*
Blackfin: fix typo in TRAS define in mem_init.h header
Graf Yang
2009-06-23
1
-1
/
+1
|
*
Blackfin: unify memory map headers
Mike Frysinger
2009-06-23
16
-350
/
+145
|
*
Blackfin: stick the CPU name into boot image name
Robin Getz
2009-06-23
1
-1
/
+1
|
*
Blackfin: update defconfigs
Mike Frysinger
2009-06-23
20
-155
/
+272
|
*
Blackfin: decouple unrelated cache settings to get exact behavior
Jie Zhang
2009-06-23
11
-81
/
+176
|
*
Blackfin: update I-pipe patch level
Philippe Gerum
2009-06-23
1
-2
/
+2
|
*
Blackfin: remove obsolete mcount support from I-pipe code
Philippe Gerum
2009-06-23
3
-76
/
+0
|
*
Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipeline
Philippe Gerum
2009-06-23
3
-27
/
+28
|
*
Blackfin: convert interrupt pipeline to irqflags
Philippe Gerum
2009-06-23
5
-30
/
+177
|
*
Blackfin: allow people to select BF51x-0.1 silicon rev
Mike Frysinger
2009-06-23
1
-1
/
+1
|
*
Blackfin: bf526-ezbrd: set SPI flash resources to SST device
Graf Yang
2009-06-23
1
-2
/
+2
|
*
Blackfin: fix accidental reset in some boot modes
Sonic Zhang
2009-06-23
1
-1
/
+2
|
*
Blackfin: abstract irq14 lowering in do_irq
Mike Frysinger
2009-06-23
1
-18
/
+25
|
*
Blackfin: simplify irq stack overflow checking
Mike Frysinger
2009-06-23
1
-15
/
+17
|
*
Blackfin: only build show_interrupts() when procfs is enabled
Mike Frysinger
2009-06-23
1
-0
/
+2
|
*
Blackfin: redo handling of bad irqs
Mike Frysinger
2009-06-23
1
-42
/
+11
|
*
Blackfin: update anomaly lists
Mike Frysinger
2009-06-23
7
-125
/
+178
|
*
Blackfin: bf533-ezkit: add resources for FISP devices
Mike Frysinger
2009-06-23
1
-0
/
+106
[next]