index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: nci: add nci_get_conn_info_by_id function
Robert Dolca
2015-10-25
2
-0
/
+14
*
NFC: nci: fix possible crash in nci_core_conn_create
Robert Dolca
2015-10-25
1
-1
/
+8
*
NFC: nci: rename nci_prop_ops to nci_driver_ops
Robert Dolca
2015-10-25
5
-15
/
+15
*
NFC: nci: Allow the driver to set handler for core nci ops
Robert Dolca
2015-10-25
4
-23
/
+63
*
NFC: nci: Introduce nci_core_cmd
Robert Dolca
2015-10-25
2
-5
/
+20
*
NFC: nci: Do not call post_setup when setup fails
Robert Dolca
2015-10-25
1
-2
/
+1
*
NFC: nci: Introduce new core opcodes
Robert Dolca
2015-10-25
1
-0
/
+7
*
NFC: nci: Add function to get max packet size for conn
Robert Dolca
2015-10-25
2
-0
/
+13
*
NFC: nci: Export nci data send API
Robert Dolca
2015-10-25
1
-0
/
+1
*
NFC: st-nci: Rename st-nci_se.c
Samuel Ortiz
2015-10-25
5
-4
/
+4
*
NFC: delete null dereference
Julia Lawall
2015-10-19
1
-4
/
+2
*
NFC: nfcwilink: Drop a useless static qualifier
Christophe JAILLET
2015-10-19
1
-1
/
+1
*
NFC: nxp-nci: constify nxp_nci_phy_ops structure
Julia Lawall
2015-10-19
3
-4
/
+6
*
NFC: nfcmrvl: Auto-select core module
Jean Delvare
2015-10-19
1
-7
/
+5
*
NFC: microread: Auto-select core module
Jean Delvare
2015-10-19
1
-11
/
+7
*
NFC: pn544: Auto-select core module
Jean Delvare
2015-10-19
1
-11
/
+7
*
NFC: trf7970a: Add OF match table
Javier Martinez Canillas
2015-10-19
1
-0
/
+7
*
nfc: s3fwrn5: i2c: Use devm_request_threaded_irq to avoid irq leak
Axel Lin
2015-10-07
1
-1
/
+1
*
nfc: s3fwrn5: Make NFC_S3FWRN5 select CRYPTO
Axel Lin
2015-10-07
1
-0
/
+1
*
NFC: s3fwrn5: Remove superfluous cflags
Valentin Rothberg
2015-10-07
1
-2
/
+0
*
NFC: nci: Use __nci_request for exported routines
Samuel Ortiz
2015-10-03
1
-5
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-02
240
-1379
/
+2429
|
\
|
*
Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
2015-10-02
4
-62
/
+67
|
|
\
|
|
*
mmc: core: fix dead loop of mmc_retune
Chaotian Jing
2015-09-30
1
-2
/
+4
|
|
*
mmc: pxamci: fix card detect with slot-gpio API
Robert Jarzmik
2015-09-29
1
-44
/
+22
|
|
*
mmc: sunxi: Fix clk-delay settings
Hans de Goede
2015-09-29
1
-14
/
+39
|
|
*
mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset
Ulf Hansson
2015-09-29
1
-2
/
+2
|
*
|
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
2015-10-02
4
-57
/
+77
|
|
\
\
|
|
*
|
iommu: Make the iova library a module
Sakari Ailus
2015-07-28
2
-1
/
+5
|
|
*
|
iommu: iova: Export symbols
Sakari Ailus
2015-07-28
1
-0
/
+10
|
|
*
|
iommu: iova: Move iova cache management to the iova library
Sakari Ailus
2015-07-28
3
-39
/
+54
|
|
*
|
iommu/iova: Avoid over-allocating when size-aligned
Robin Murphy
2015-07-28
2
-17
/
+8
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-10-02
15
-34
/
+106
|
|
\
\
\
|
|
*
|
|
dmapool: fix overflow condition in pool_find_page()
Robin Murphy
2015-10-02
1
-1
/
+1
|
|
*
|
|
thermal: avoid division by zero in power allocator
Andrea Arcangeli
2015-10-02
1
-0
/
+10
|
|
*
|
|
memcg: remove pcp_counter_lock
Greg Thelen
2015-10-02
2
-2
/
+0
|
|
*
|
|
kprobes: use _do_fork() in samples to make them work again
Petr Mladek
2015-10-02
3
-12
/
+12
|
|
*
|
|
drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE
Andrew Morton
2015-10-02
1
-0
/
+1
|
|
*
|
|
memcg: make mem_cgroup_read_stat() unsigned
Greg Thelen
2015-10-02
1
-12
/
+18
|
|
*
|
|
memcg: fix dirty page migration
Greg Thelen
2015-10-02
2
-1
/
+32
|
|
*
|
|
dax: fix NULL pointer in __dax_pmd_fault()
Ross Zwisler
2015-10-02
1
-1
/
+12
|
|
*
|
|
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
2015-10-02
1
-0
/
+8
|
|
*
|
|
mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
Joonsoo Kim
2015-10-02
1
-3
/
+10
|
|
*
|
|
userfaultfd: remove kernel header include from uapi header
Andre Przywara
2015-10-02
1
-2
/
+0
|
|
*
|
|
arch/x86/include/asm/efi.h: fix build failure
Andrey Ryabinin
2015-10-02
1
-0
/
+2
|
*
|
|
|
Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-10-02
9
-30
/
+116
|
|
\
\
\
\
|
|
|
\
\
\
|
|
|
\
\
\
|
|
|
\
\
\
|
|
|
\
\
\
|
|
*
-
-
-
.
\
\
\
Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools'
Rafael J. Wysocki
2015-10-01
3
-12
/
+56
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
\
\
\
Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/l...
Rafael J. Wysocki
2015-09-27
1
-5
/
+34
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
_
|
_
|
/
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
tools/power turbosat: update version number
Len Brown
2015-09-26
1
-1
/
+1
|
|
|
|
|
|
*
|
|
tools/power turbostat: SKL: Adjust for TSC difference from base frequency
Len Brown
2015-09-26
1
-2
/
+20
[next]