index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-25
NFC: netlink: SE API implementation
Samuel Ortiz
1
-0
/
+91
2013-09-25
NFC: Define secure element IO API and commands
Samuel Ortiz
2
-0
/
+9
2013-09-25
NFC: Document NFC targets sens_res field
Samuel Ortiz
1
-0
/
+8
2013-09-25
NFC: digital: Fix sens_res endiannes handling
Thierry Escande
1
-9
/
+6
2013-09-25
NFC: rawsock: Fix a memory leak
Thierry Escande
1
-2
/
+5
2013-09-25
NFC: pn533: Staticize local symbols
Sachin Kamat
1
-2
/
+2
2013-09-25
NFC: nfcwilink: Remove redundant dev_set_drvdata
Sachin Kamat
1
-2
/
+0
2013-09-25
NFC: digital: digital_tg_send_sensf_res() can be static
Fengguang Wu
1
-1
/
+1
2013-09-25
NFC: digital: Add newline to pr_* calls
Samuel Ortiz
3
-26
/
+22
2013-09-25
NFC: digital: Remove PR_ERR and PR_DBG macros
Samuel Ortiz
4
-27
/
+31
2013-09-25
NFC: NCI: Store the spi device pointer from the spi instance
Eric Lapuyade
1
-0
/
+1
2013-09-25
NFC Digital: Add target NFC-DEP support
Thierry Escande
4
-7
/
+755
2013-09-25
NFC Digital: Add initiator NFC-DEP support
Thierry Escande
5
-6
/
+435
2013-09-25
NFC Digital: Add NFC-F technology support
Thierry Escande
4
-0
/
+153
2013-09-25
NFC Digital: Add NFC-A technology support
Thierry Escande
5
-4
/
+491
2013-09-25
NFC Digital: Implement driver commands mechanism
Thierry Escande
5
-8
/
+452
2013-09-25
NFC: Digital Protocol stack implementation
Thierry Escande
5
-0
/
+391
2013-09-25
NFC: pn533: Start listen timer from start_poll
Samuel Ortiz
1
-1
/
+11
2013-09-25
NFC: pn533: Send ATR_REQ directly for active device detection
Samuel Ortiz
1
-1
/
+120
2013-09-25
NFC: Set active target upon DEP up event reception
Samuel Ortiz
1
-0
/
+13
2013-09-25
NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer
Eric Lapuyade
3
-155
/
+70
2013-09-25
NFC: Move struct nfc_phy_ops out of HCI up to nfc core level
Eric Lapuyade
2
-6
/
+6
2013-09-25
NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency
Eric Lapuyade
2
-77
/
+77
2013-09-25
NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()
Eric Lapuyade
1
-1
/
+1
2013-09-25
NFC: Standardize logging style
Joe Perches
8
-61
/
+50
2013-09-25
NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>
Joe Perches
4
-122
/
+115
2013-09-25
NFC: Replace nfc_dev_dbg with dev_dbg
Joe Perches
4
-122
/
+91
2013-09-25
NFC: pn544: Add SE enable/disable operation
Arron Wang
1
-7
/
+79
2013-09-25
NFC: Export nfc_find_se()
Arron Wang
2
-4
/
+6
2013-09-25
NFC: pn544: Add SE discover operation
Arron Wang
1
-0
/
+30
2013-09-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
127
-517
/
+751
2013-09-19
netconsole: fix a deadlock with rtnl and netconsole's mutex
Nikolay Aleksandrov
1
-4
/
+1
2013-09-19
netpoll: fix NULL pointer dereference in netpoll_cleanup
Nikolay Aleksandrov
1
-5
/
+4
2013-09-19
skge: fix broken driver
Mikulas Patocka
1
-2
/
+3
2013-09-19
ip: generate unique IP identificator if local fragmentation is allowed
Ansis Atteka
9
-16
/
+20
2013-09-19
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header
Ansis Atteka
1
-1
/
+1
2013-09-19
xen-netback: Don't destroy the netdev until the vif is shut down
Paul Durrant
3
-21
/
+23
2013-09-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
40
-87
/
+404
2013-09-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
4
-19
/
+74
2013-09-19
MIPS: Fix invalid symbolic link file
Madhavan Srinivasan
1
-1
/
+1
2013-09-19
MIPS: PCI: pci-bcm1480: Include missing vt.h header
Markos Chandras
1
-0
/
+1
2013-09-19
MIPS: Disable usermode switching of the FR bit for MIPS R5 CPUs.
Ralf Baechle
1
-0
/
+13
2013-09-19
MIPS: Add MIPS R5 config5 register.
Ralf Baechle
1
-0
/
+7
2013-09-19
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
55
-259
/
+835
2013-09-19
drm/fb-helper: don't sleep for screen unblank when an oops is in progress
Daniel Vetter
1
-0
/
+8
2013-09-19
drm, ttm Fix uninitialized warning
Prarit Bhargava
1
-1
/
+1
2013-09-19
drm/ttm: fix the tt_populated check in ttm_tt_destroy()
Ben Skeggs
1
-1
/
+1
2013-09-19
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
4
-27
/
+36
2013-09-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
9
-43
/
+62
2013-09-19
MIPS: PCI: Use pci_resource_to_user to map pci memory space properly
Wolfgang Grandegger
1
-0
/
+12
[next]