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
2018-10-24
afs: Commit the status on a new file/dir/symlink
David Howells
1
-0
/
+1
2018-10-24
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
17
-81
/
+86
2018-10-24
afs: Don't invoke the server to read data beyond EOF
David Howells
1
-0
/
+11
2018-10-24
afs: Add a couple of tracepoints to log I/O errors
David Howells
8
-16
/
+114
2018-10-24
afs: Handle EIO from delivery function
David Howells
1
-1
/
+4
2018-10-24
afs: Fix TTL on VL server and address lists
David Howells
2
-7
/
+33
2018-10-24
afs: Implement VL server rotation
David Howells
11
-217
/
+904
2018-10-24
afs: Improve FS server rotation error handling
David Howells
3
-45
/
+55
2018-10-24
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
6
-308
/
+235
2018-10-24
afs: Better tracing of protocol errors
David Howells
7
-70
/
+146
2018-10-24
iov_iter: Add I/O discard iterator
David Howells
2
-7
/
+55
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
40
-105
/
+96
2018-10-24
iov_iter: Use accessor function
David Howells
14
-60
/
+87
2018-10-24
amd-gpu: Don't undefine READ and WRITE
David Howells
1
-2
/
+0
2018-10-23
cgroup, netclassid: add a preemption point to write_classid
Michal Hocko
1
-0
/
+1
2018-10-23
rdmacg: fix a typo in rdmacg documentation
Rami Rosen
1
-1
/
+1
2018-10-23
Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
32
-414
/
+721
2018-10-23
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
18
-224
/
+202
2018-10-23
power: supply: twl4030-charger: fix OF sibling-node lookup
Johan Hovold
1
-2
/
+3
2018-10-23
NFC: nfcmrvl_uart: fix OF child-node lookup
Johan Hovold
1
-3
/
+2
2018-10-23
net: stmmac: dwmac-sun8i: fix OF child-node lookup
Johan Hovold
1
-2
/
+10
2018-10-23
net: bcmgenet: fix OF child-node lookup
Johan Hovold
1
-1
/
+1
2018-10-23
drm/msm: fix OF child-node lookup
Johan Hovold
1
-2
/
+3
2018-10-23
drm/mediatek: fix OF sibling-node lookup
Johan Hovold
1
-2
/
+3
2018-10-23
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-191
/
+153
2018-10-23
Merge tag 'asoc-v5.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
2
-3
/
+3
2018-10-23
qed: Fix static checker warning
Rahul Verma
1
-3
/
+3
2018-10-23
Revert "be2net: remove desc field from be_eq_obj"
Ivan Vecera
2
-4
/
+3
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
13
-16
/
+22
2018-10-23
Merge branch 'netsec-fixes'
David S. Miller
1
-6
/
+34
2018-10-23
net: socionext: Reset tx queue in ndo_stop
Masahisa Kojima
1
-0
/
+3
2018-10-23
net: socionext: Add dummy PHY register read in phy_write()
Masahisa Kojima
1
-2
/
+16
2018-10-23
net: socionext: Stop PHY before resetting netsec
Masahisa Kojima
1
-4
/
+15
2018-10-23
perf scripts python: exported-sql-viewer.py: Add All branches report
Adrian Hunter
1
-0
/
+547
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
19
-176
/
+222
2018-10-23
perf scripts python: exported-sql-viewer.py: Add ability to display all the database tables
Adrian Hunter
1
-0
/
+694
2018-10-23
perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge font
Adrian Hunter
1
-0
/
+24
2018-10-23
perf scripts python: exported-sql-viewer.py: Add ability to find symbols in the call-graph
Adrian Hunter
1
-1
/
+305
2018-10-23
perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windows
Adrian Hunter
1
-9
/
+173
2018-10-23
perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py
Adrian Hunter
4
-6
/
+6
2018-10-23
perf scripts python: call-graph-from-sql.py: Refactor TreeItem class
Adrian Hunter
1
-140
/
+133
2018-10-23
perf scripts python: call-graph-from-sql.py: Add data helper functions
Adrian Hunter
1
-25
/
+29
2018-10-23
perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from TreeModel
Adrian Hunter
1
-29
/
+61
2018-10-23
perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()
Adrian Hunter
1
-1
/
+0
2018-10-23
perf scripts python: call-graph-from-sql.py: Add a class for global data
Adrian Hunter
1
-5
/
+21
2018-10-23
perf scripts python: call-graph-from-sql.py: Separate the database details into a class
Adrian Hunter
1
-25
/
+38
2018-10-23
perf scripts python: call-graph-from-sql.py: Make a "Main" function
Adrian Hunter
1
-1
/
+6
2018-10-23
perf scripts python: call-graph-from-sql.py: Change icon
Adrian Hunter
1
-3
/
+1
2018-10-23
perf scripts python: call-graph-from-sql.py: Set a minimum window size
Adrian Hunter
1
-0
/
+1
2018-10-23
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+4
[prev]
[next]