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
2015-01-22
drm/nouveau/clk: allow non-blocking for nouveau_clock_astate()
Vince Hsu
2
-3
/
+3
2015-01-22
drm/nouveau/mc: add missing braces
Vince Hsu
1
-1
/
+2
2015-01-22
drm/nv50-/kms: reject attempts at flipping to incompatible framebuffer
Ben Skeggs
1
-0
/
+4
2015-01-22
drm/nouveau/kms: default to panel scaling, except for fixed panels prior to nv50
Ben Skeggs
1
-5
/
+9
2015-01-22
drm/nouveau/kms: untangle connector property logic a little
Ben Skeggs
1
-16
/
+37
2015-01-22
drm/nouveau/kms: avoid adding scaler-only modes the same as the panel's nativ...
Ben Skeggs
1
-1
/
+3
2015-01-22
drm/nv50-/kms: allow disabling of gpu scaling on fixed panels
Ben Skeggs
3
-10
/
+44
2015-01-22
drm/nv50-/kms: move identical scaler mode fixup code into a function
Ben Skeggs
1
-54
/
+24
2015-01-22
drm/nouveau: sgdma: add comment around suspiscious error handler
Alexandre Courbot
1
-0
/
+5
2015-01-22
drm/nouveau: sgdma: remove unused nouveau_sgdma_be::dev
Alexandre Courbot
1
-2
/
+0
2015-01-22
drm/nouveau/core: object.engine is always a nouveau_engine now
Ben Skeggs
18
-33
/
+30
2015-01-22
drm/nouveau/core: can now assume client/device object tree based on object.en...
Ben Skeggs
2
-7
/
+10
2015-01-22
drm/nouveau/disp: outp/conns do not have an engine
Ben Skeggs
5
-8
/
+7
2015-01-22
drm/nouveau/bar: barobjs may not have an engine
Ben Skeggs
1
-4
/
+4
2015-01-22
drm/nouveau/fb: ram impl does not have an engine
Ben Skeggs
1
-1
/
+1
2015-01-22
drm/nouveau/i2c: pad/ports do not have an engine
Ben Skeggs
10
-27
/
+27
2015-01-22
drm/nouveau/instmem: instobjs may not have an engine
Ben Skeggs
3
-11
/
+12
2015-01-22
drm/nouveau/core: fix subdev/engine/device lookup to not require engine pointer
Ben Skeggs
3
-21
/
+20
2015-01-22
drm/nouveau/core: uninline subdev/engine/device lookup functions
Ben Skeggs
6
-38
/
+44
2015-01-22
drm/nouveau/core: prepare printk for NULL engine pointer on device object tree
Ben Skeggs
1
-8
/
+13
2015-01-22
drm/nouveau/core: drop the pointer value in debug printk output
Ben Skeggs
1
-2
/
+2
2015-01-22
drm/nouveau/i2c: fix some blatant abuse
Ben Skeggs
2
-3
/
+3
2015-01-22
drm/gf100-/bar: don't fill in bar->alloc until after all vm setup done
Ben Skeggs
1
-2
/
+4
2015-01-22
drm/nouveau/core: rename parent to handle, use parent for nouveau_parent
Ben Skeggs
1
-10
/
+12
2015-01-22
drm/nouveau/core: rename subclass.base to subclass.superclass
Ben Skeggs
23
-52
/
+51
2015-01-22
drm/nouveau/subdev: always upcast through nouveau_subdev()/nouveau_engine()
Ben Skeggs
23
-23
/
+23
2015-01-22
drm/nouveau/fb: remove some (now) unnecessary hacks
Ben Skeggs
1
-2
/
+0
2015-01-21
Rename all ref_count to refs in struct
Zhao Lei
1
-13
/
+13
2015-01-21
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
Zhao Lei
4
-28
/
+19
2015-01-21
Btrfs: Include map_type in raid_bio
Zhao Lei
4
-18
/
+22
2015-01-21
Btrfs: Simplify scrub_setup_recheck_block()'s argument
Zhao Lei
1
-16
/
+9
2015-01-21
Btrfs: Combine per-page recover in dev-replace and scrub
Zhao Lei
1
-72
/
+48
2015-01-21
Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...
Zhao Lei
1
-27
/
+17
2015-01-21
Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()
Zhao Lei
1
-1
/
+1
2015-01-21
Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()
Zhao Lei
1
-11
/
+2
2015-01-21
Btrfs: Cleanup btrfs_bio_counter_inc_blocked()
Zhao Lei
1
-6
/
+6
2015-01-21
Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace
Zhao Lei
1
-12
/
+7
2015-01-21
Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()
Zhao Lei
1
-1
/
+2
2015-01-21
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
7
-54
/
+57
2015-01-21
Btrfs: Make raid_map array be inlined in btrfs_bio structure
Zhao Lei
5
-125
/
+105
2015-01-21
Btrfs: sort raid_map before adding tgtdev stripes
Zhao Lei
1
-14
/
+8
2015-01-21
Btrfs: fix a out-of-bound access of raid_map
Zhao Lei
1
-2
/
+5
2015-01-21
Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs
Filipe Manana
2
-5
/
+43
2015-01-21
Btrfs: fix fsync when extend references are added to an inode
Filipe Manana
1
-11
/
+16
2015-01-21
Btrfs: fix directory inconsistency after fsync log replay
Filipe Manana
1
-2
/
+18
2015-01-21
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
1
-4
/
+6
2015-01-21
btrfs: remove a no-op unfreeze superbock callback
David Sterba
1
-6
/
+0
2015-01-21
btrfs: switch extent_state state to unsigned
David Sterba
4
-55
/
+55
2015-01-21
btrfs: set proper message level for skinny metadata
David Sterba
1
-1
/
+1
2015-01-21
btrfs: update message levels after checksum errors
David Sterba
2
-2
/
+2
[prev]
[next]