index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drivers-platform' into release
Len Brown
2009-01-09
25
-382
/
+409
|
\
|
*
ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86
Len Brown
2008-12-19
7
-87
/
+88
|
*
create drivers/platform/x86/ from drivers/misc/
Len Brown
2008-12-19
20
-292
/
+319
|
*
drivers/misc/Makefile, Kconfig: cleanup
Len Brown
2008-12-19
2
-22
/
+21
*
|
Merge branch 'simplify_PRT' into release
Len Brown
2009-01-09
4
-413
/
+168
|
\
\
|
*
|
ACPI: simplify buffer management for acpi_pci_bind() etc.
Len Brown
2008-12-30
2
-50
/
+33
|
*
|
ACPI: PCI: add HP copyright
Bjorn Helgaas
2008-12-30
1
-0
/
+2
|
*
|
ACPI: PCI: whitespace and useless initialization cleanup
Bjorn Helgaas
2008-12-30
1
-19
/
+9
|
*
|
ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inline
Bjorn Helgaas
2008-12-30
1
-43
/
+13
|
*
|
ACPI: PCI: simplify struct acpi_prt_entry
Bjorn Helgaas
2008-12-30
1
-20
/
+15
|
*
|
ACPI: PCI: simplify list of _PRT entries
Bjorn Helgaas
2008-12-30
1
-48
/
+12
|
*
|
ACPI: PCI: combine lookup and derive
Bjorn Helgaas
2008-12-30
1
-44
/
+11
|
*
|
ACPI: PCI: follow typical PCI INTx swizzling pattern
Bjorn Helgaas
2008-12-30
1
-4
/
+7
|
*
|
ACPI: PCI: use positive logic to simplify code
Bjorn Helgaas
2008-12-30
1
-17
/
+16
|
*
|
ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive
Bjorn Helgaas
2008-12-30
1
-57
/
+36
|
*
|
ACPI: PCI: tweak _PRT lookup debug
Bjorn Helgaas
2008-12-30
1
-6
/
+7
|
*
|
ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pin
Bjorn Helgaas
2008-12-30
1
-15
/
+12
|
*
|
ACPI: PCI: use 1-based encoding for _PRT quirks
Bjorn Helgaas
2008-12-30
1
-4
/
+6
|
*
|
ACPI: PCI: always use the PCI INTx pin values, not the _PRT ones
Bjorn Helgaas
2008-12-30
1
-7
/
+8
|
*
|
ACPI: PCI: add a helper to convert _PRT INTx pin number to name
Bjorn Helgaas
2008-12-30
1
-10
/
+15
|
*
|
ACPI: PCI: move struct acpi_prt_entry declaration out of public header file
Bjorn Helgaas
2008-12-30
2
-16
/
+16
|
*
|
ACPI: PCI: fix GSI/IRQ naming confusion
Bjorn Helgaas
2008-12-30
1
-10
/
+10
|
*
|
ACPI: PCI: ignore _PRT function information
Bjorn Helgaas
2008-12-30
1
-1
/
+0
|
*
|
ACPI: PCI: simplify buffer management for evaluating _PRT
Bjorn Helgaas
2008-12-30
1
-40
/
+12
|
*
|
ACPI: PCI: remove unnecessary null pointer checks
Bjorn Helgaas
2008-12-30
1
-18
/
+0
|
*
|
ACPI: PCI: use conventional PCI address format
Bjorn Helgaas
2008-12-30
2
-11
/
+11
*
|
|
Merge branch 'linus' into release
Len Brown
2009-01-09
8119
-315797
/
+1011444
|
\
\
\
|
*
\
\
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2009-01-08
39
-1301
/
+2271
|
|
\
\
\
|
|
*
|
|
jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs
Jan Kara
2009-01-06
1
-13
/
+27
|
|
*
|
|
ext4: Remove "extents" mount option
Theodore Ts'o
2009-01-06
7
-64
/
+14
|
|
*
|
|
block: Add Kconfig help which notes that ext4 needs CONFIG_LBD
Theodore Ts'o
2009-01-06
1
-0
/
+6
|
|
*
|
|
ext4: Make printk's consistently prefixed with "EXT4-fs: "
Theodore Ts'o
2009-01-06
2
-6
/
+6
|
|
*
|
|
ext4: Add sanity checks for the superblock before mounting the filesystem
Theodore Ts'o
2009-01-06
1
-10
/
+20
|
|
*
|
|
ext4: Add mount option to set kjournald's I/O priority
Theodore Ts'o
2009-01-05
4
-5
/
+36
|
|
*
|
|
jbd2: Submit writes to the journal using WRITE_SYNC
Theodore Ts'o
2009-01-04
1
-2
/
+2
|
|
*
|
|
jbd2: Add pid and journal device name to the "kjournald2 starting" message
Theodore Ts'o
2009-01-03
1
-2
/
+3
|
|
*
|
|
ext4: Add markers for better debuggability
Theodore Ts'o
2009-01-03
3
-3
/
+116
|
|
*
|
|
ext4: Remove code to create the journal inode
Theodore Ts'o
2009-01-06
4
-141
/
+4
|
|
*
|
|
ext4: provide function to release metadata pages under memory pressure
Toshiyuki Okajima
2009-01-05
1
-0
/
+20
|
|
*
|
|
ext3: provide function to release metadata pages under memory pressure
Toshiyuki Okajima
2009-01-05
1
-0
/
+21
|
|
*
|
|
add releasepage hooks to block devices which can be used by file systems
Theodore Ts'o
2009-01-03
3
-0
/
+19
|
|
*
|
|
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
Aneesh Kumar K.V
2009-01-05
1
-1
/
+8
|
|
*
|
|
ext4: Init the complete page while building buddy cache
Aneesh Kumar K.V
2009-01-05
1
-1
/
+2
|
|
*
|
|
ext4: Don't allow new groups to be added during block allocation
Aneesh Kumar K.V
2009-01-05
2
-3
/
+18
|
|
*
|
|
ext4: mark the blocks/inode bitmap beyond end of group as used
Aneesh Kumar K.V
2009-01-05
3
-7
/
+5
|
|
*
|
|
ext4: Use new buffer_head flag to check uninit group bitmaps initialization
Aneesh Kumar K.V
2009-01-05
4
-6
/
+85
|
|
*
|
|
ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
Aneesh Kumar K.V
2009-01-05
1
-60
/
+86
|
|
*
|
|
ext4: code cleanup
Aneesh Kumar K.V
2009-01-03
3
-32
/
+37
|
|
*
|
|
ext4: Use high 16 bits of the block group descriptor's free counts fields
Aneesh Kumar K.V
2009-01-05
7
-62
/
+149
|
|
*
|
|
ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
Aneesh Kumar K.V
2009-01-05
1
-5
/
+10
[next]