index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
*
irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GIC
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Introduce centralized check for crossbar write
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid cross...
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
Sricharan R
2014-06-30
*
irqchip: crossbar: Set cb pointer to null in case of error
Sricharan R
2014-06-30
*
irqchip: crossbar: Change the goto naming
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Return proper error value
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Fix kerneldoc warning
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Fix sparse and checkpatch warnings
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Remove IS_ERR_VALUE check
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Change allocation logic by reversing search for free irqs
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Initialise the crossbar with a safe value
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbar
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Check for premapped crossbar before allocating
Nishanth Menon
2014-06-30
*
irqchip: crossbar: Dont use '0' to mark reserved interrupts
Nishanth Menon
2014-06-30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-06-15
|
\
|
*
vxlan: Checksum fixes
Tom Herbert
2014-06-15
|
*
vxlan: use dev->needed_headroom instead of dev->hard_header_len
Cong Wang
2014-06-13
*
|
Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...
Linus Torvalds
2014-06-15
|
\
\
|
*
|
clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support
Boris BREZILLON
2014-06-11
|
*
|
clk: sun6i: Protect SDRAM gating bit
Maxime Ripard
2014-06-11
|
*
|
clk: sun6i: Protect CPU clock
Maxime Ripard
2014-06-11
|
*
|
clk: sunxi: Rework clock protection code
Maxime Ripard
2014-06-11
|
*
|
clk: sunxi: Move the GMAC clock to a file of its own
Maxime Ripard
2014-06-11
|
*
|
clk: sunxi: Move the 24M oscillator to a file of its own
Maxime Ripard
2014-06-11
|
*
|
clk: sunxi: Remove calls to clk_put
Maxime Ripard
2014-06-11
|
*
|
clk: sunxi: Implement A31 USB clock
Maxime Ripard
2014-06-11
|
*
|
Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...
Mike Turquette
2014-06-10
|
|
\
\
|
|
*
|
CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...
Nishanth Menon
2014-06-06
|
|
*
|
CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ck
Peter Ujfalusi
2014-06-06
|
|
*
|
CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)
Peter Ujfalusi
2014-05-28
|
|
*
|
ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock
Peter Ujfalusi
2014-05-28
|
|
*
|
CLK: TI: gate: add composite interface clock to OMAP2 only build
Tero Kristo
2014-05-28
|
|
*
|
ARM: OMAP2: clock: add DT boot support for cpufreq_ck
Tero Kristo
2014-05-28
|
|
*
|
CLK: TI: OMAP2: add clock init support
Tero Kristo
2014-05-28
|
|
*
|
CLK: TI: interface: add support for omap2430 specific interface clock
Tero Kristo
2014-05-28
|
|
*
|
CLK: TI: APLL: add support for omap2 aplls
Tero Kristo
2014-05-28
|
|
*
|
CLK: TI: DPLL: add support for omap2 core dpll
Tero Kristo
2014-05-28
|
|
*
|
CLK: TI: DPLL: simplify autoidle register detection logic
Tero Kristo
2014-05-28
*
|
|
|
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-06-15
|
\
\
\
\
|
*
|
|
|
NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
Dan McLeran
2014-06-13
|
*
|
|
|
NVMe: Use Log Page constants in SCSI emulation
Matthew Wilcox
2014-06-13
|
*
|
|
|
NVMe: Fix hot cpu notification dead lock
Keith Busch
2014-06-13
|
*
|
|
|
NVMe: Rename io_timeout to nvme_io_timeout
Matthew Wilcox
2014-06-03
|
*
|
|
|
NVMe: Use last bytes of f/w rev SCSI Inquiry
Keith Busch
2014-06-03
|
*
|
|
|
NVMe: Adhere to request queue block accounting enable/disable
Sam Bradshaw
2014-06-03
|
*
|
|
|
NVMe: Fix nvme get/put queue semantics
Keith Busch
2014-06-03
|
*
|
|
|
NVMe: Delete NVME_GET_FEAT_TEMP_THRESH
Matthew Wilcox
2014-06-03
|
*
|
|
|
NVMe: Make admin timeout a module parameter
Keith Busch
2014-06-03
|
*
|
|
|
NVMe: Make iod bio timeout a parameter
Keith Busch
2014-06-03
[next]