index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-22
irqchip: mtk-sysirq: Make mtk_sysirq_of_init return error if ioremap fails
Axel Lin
1
-1
/
+1
2015-05-19
genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
Jiang Liu
3
-0
/
+51
2015-05-18
irqchip: vf610-mscm: Support NVIC parent chip
Stefan Agner
1
-6
/
+17
2015-05-18
irqchip: nvic: Support hierarchy irq domain
Stefan Agner
2
-1
/
+28
2015-05-18
genirq: generic chip: Support hierarchy domain
Stefan Agner
1
-3
/
+2
2015-05-18
genirq: Add irq_chip_(enable/disable)_parent
Stefan Agner
2
-0
/
+30
2015-05-18
irqdomain: Add non-hierarchy helper irq_domain_set_info
Stefan Agner
2
-4
/
+25
2015-05-18
genirq: Don't suspend nested_thread irqs over system suspend
NeilBrown
1
-0
/
+4
2015-05-13
genirq: devres: Fix testing return value of request_any_context_irq()
Axel Lin
1
-2
/
+2
2015-05-05
irqchip: vf610: Fix of_io_request_and_map error check
Maxime Ripard
1
-3
/
+2
2015-05-05
irqchip: irqc: Remove platform data support
Geert Uytterhoeven
2
-43
/
+1
2015-05-05
genirq: Fix type inconsistency
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
genirq: Fix unnecessary automatic type conversion
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
irqchip: Constify irq_domain_ops
Krzysztof Kozlowski
14
-15
/
+15
2015-05-05
genirq: MSI: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-05-04
Linux 4.1-rc2
v4.1-rc2
Linus Torvalds
1
-1
/
+1
2015-05-03
ext4: fix growing of tiny filesystems
Jan Kara
1
-2
/
+5
2015-05-03
ext4: move check under lock scope to close a race.
Davide Italiano
1
-7
/
+8
2015-05-03
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2
-0
/
+10
2015-05-02
ext4 crypto: remove duplicated encryption mode definitions
Chanho Park
1
-6
/
+0
2015-05-02
ext4 crypto: do not select from EXT4_FS_ENCRYPTION
Herbert Xu
1
-2
/
+7
2015-05-02
virtio: fix typo in vring_need_event() doc comment
Stefan Hajnoczi
1
-1
/
+1
2015-05-02
virtio: pass baton to Michael Tsirkin
Rusty Russell
1
-1
/
+0
2015-05-02
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-02
rbd: end I/O the entire obj_request on error
Ilya Dryomov
1
-0
/
+5
2015-05-01
ext4 crypto: add padding to filenames before encrypting
Theodore Ts'o
5
-8
/
+31
2015-05-01
ext4 crypto: simplify and speed up filename encryption
Theodore Ts'o
5
-204
/
+149
2015-05-01
powerpc/powernv: Restore non-volatile CRs after nap
Sam Bobroff
1
-0
/
+2
2015-05-01
powerpc/eeh: Delay probing EEH device during hotplug
Gavin Shan
1
-0
/
+6
2015-05-01
powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()
Gavin Shan
1
-1
/
+4
2015-05-01
powerpc/pseries: Correct cpu affinity for dlpar added cpus
Nathan Fontenot
1
-6
/
+4
2015-05-01
selftests/powerpc: Fix the pmu install rule
Michael Ellerman
1
-1
/
+1
2015-04-30
net: fec: Fix RGMII-ID mode
Markus Pargmann
1
-1
/
+4
2015-04-30
net/mlx4_en: Schedule napi when RX buffers allocation fails
Ido Shamay
3
-2
/
+26
2015-04-30
netxen_nic: use spin_[un]lock_bh around tx_clean_lock
Tony Camuso
1
-2
/
+2
2015-04-30
net/mlx4_core: Fix unaligned accesses
David Ahern
1
-4
/
+14
2015-04-30
mlx4_en: Use correct loop cursor in error path.
Benjamin Poirier
1
-1
/
+1
2015-04-30
modsign: change default key details
David Howells
2
-6
/
+6
2015-04-30
dm: fix free_rq_clone() NULL pointer when requeueing unmapped request
Mike Snitzer
1
-4
/
+12
2015-04-30
dm: only initialize the request_queue once
Christoph Hellwig
2
-11
/
+9
2015-04-30
arm64: perf: Fix the pmu node name in warning message
Suzuki K. Poulose
1
-1
/
+1
2015-04-30
arm64: perf: don't warn about missing interrupt-affinity property for PPIs
Will Deacon
1
-1
/
+6
2015-04-30
Revert "powerpc/tm: Abort syscalls in active transactions"
Michael Ellerman
4
-37
/
+18
2015-04-29
Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent
Forrest Liu
1
-25
/
+26
2015-04-29
cxgb4: Fix MC1 memory offset calculation
Hariprasad Shenai
1
-1
/
+1
2015-04-29
bnx2x: Delay during kdump load
Yuval Mintz
1
-0
/
+6
2015-04-29
net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_table
Pai
1
-0
/
+10
2015-04-29
net: dsa: Fix scope of eeprom-length property
Guenter Roeck
1
-1
/
+1
2015-04-29
net: macb: Fix race condition in driver when Rx frame is dropped
Punnaiah Choudary Kalluri
1
-0
/
+3
2015-04-29
hv_netvsc: Fix a bug in netvsc_start_xmit()
KY Srinivasan
3
-26
/
+7
[next]