index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-21
pwm: bcm2835: Suppress error message for invalid period_ns
Stefan Wahren
1
-4
/
+1
2019-09-21
pwm: rcar: Remove a redundant condition in rcar_pwm_apply()
Yoshihiro Shimoda
1
-1
/
+1
2019-09-21
pwm: sprd: Add Spreadtrum PWM support
Baolin Wang
3
-0
/
+321
2019-09-21
dt-bindings: pwm: sprd: Add Spreadtrum PWM documentation
Baolin Wang
1
-0
/
+40
2019-09-21
pwm: mediatek: Add MT8516 SoC support
Fabien Parent
1
-0
/
+7
2019-09-21
dt-bindings: pwm: mediatek: Add documentation for MT8516
Fabien Parent
1
-0
/
+1
2019-09-21
pwm: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-09-21
pwm: imx: Document known limitations
Uwe Kleine-König
1
-0
/
+4
2019-09-21
pwm: jz4740: Document known limitations
Uwe Kleine-König
1
-0
/
+5
2019-09-20
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
47
-883
/
+3186
2019-09-20
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
137
-638
/
+11399
2019-09-21
powerpc/mm: Fix an Oops in kasan_mmu_init()
Christophe Leroy
1
-1
/
+14
2019-09-21
powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLY
Christophe Leroy
1
-8
/
+13
2019-09-21
powerpc/64s: Set reserved PCR bits
Jordan Niethe
6
-12
/
+27
2019-09-21
powerpc: Fix definition of PCR bits to work with old binutils
Alistair Popple
1
-3
/
+3
2019-09-21
powerpc/book3s64/radix: Remove WARN_ON in destroy_context()
Aneesh Kumar K.V
1
-1
/
+14
2019-09-21
powerpc/tm: Add tm-poison test
Gustavo Romero
3
-1
/
+181
2019-09-21
pwm: sifive: Remove redundant error message
Ding Xiang
1
-3
/
+1
2019-09-21
pwm: mxs: Use devm_platform_ioremap_resource() to simplify code
Anson Huang
1
-3
/
+1
2019-09-20
Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
5
-71
/
+583
2019-09-20
MIPS: Detect bad _PFN_SHIFT values
Paul Burton
1
-0
/
+6
2019-09-20
MIPS: Disable pte_special() for MIPS32 with RiXi
Paul Burton
2
-2
/
+14
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
Trond Myklebust
1
-5
/
+48
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
Trond Myklebust
3
-21
/
+72
2019-09-20
NFSv4: Fix OPEN_DOWNGRADE error handling
Trond Myklebust
1
-1
/
+3
2019-09-20
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
Trond Myklebust
3
-7
/
+17
2019-09-20
NFSv4: Add a helper to increment stateid seqids
Trond Myklebust
1
-0
/
+9
2019-09-20
NFSv4: Handle RPC level errors in LAYOUTRETURN
Trond Myklebust
2
-0
/
+24
2019-09-20
NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
Trond Myklebust
1
-0
/
+4
2019-09-20
NFSv4: Clean up pNFS return-on-close error handling
Trond Myklebust
3
-56
/
+50
2019-09-20
arm64: tegra: Add PCIe slot supply information in p2972-0000 platform
Vidya Sagar
2
-1
/
+27
2019-09-20
arm64: tegra: Add configuration for PCIe C5 sideband signals
Vidya Sagar
1
-1
/
+37
2019-09-20
PCI: tegra: Add support to enable slot regulators
Vidya Sagar
1
-0
/
+83
2019-09-20
PCI: tegra: Add support to configure sideband pins
Vidya Sagar
1
-2
/
+10
2019-09-20
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
Trond Myklebust
1
-2
/
+7
2019-09-20
NFS: remove unused check for negative dentry
Benjamin Coddington
1
-5
/
+1
2019-09-20
NFSv3: use nfs_add_or_obtain() to create and reference inodes
Benjamin Coddington
1
-9
/
+36
2019-09-20
NFS: Refactor nfs_instantiate() for dentry referencing callers
Benjamin Coddington
2
-14
/
+30
2019-09-20
SUNRPC: Fix congestion window race with disconnect
Chuck Lever
1
-0
/
+7
2019-09-20
SUNRPC: Don't try to parse incomplete RPC messages
Trond Myklebust
1
-1
/
+13
2019-09-20
SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic
Benjamin Coddington
3
-24
/
+32
2019-09-20
SUNRPC: Fix buffer handling of GSS MIC without slack
Benjamin Coddington
1
-9
/
+18
2019-09-20
perf/core: Fix several typos in comments
Roy Ben Shlomo
1
-3
/
+3
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
22
-57
/
+86
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
247
-5430
/
+9718
2019-09-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-7
/
+17
2019-09-20
perf probe: Fix to clear tev->nargs in clear_probe_trace_event()
Masami Hiramatsu
1
-0
/
+1
2019-09-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel
Linus Torvalds
1
-2
/
+1
2019-09-20
perf probe: Skip same probe address for a given line
Masami Hiramatsu
1
-0
/
+19
2019-09-20
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
22
-406
/
+1199
[prev]
[next]