Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fsnotify: destroy marks with call_srcu instead of dedicated thread | Jeff Layton | 2016-01-14 | 1 | -1/+4 | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-01-14 | 2 | -47/+45 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'from-rusty/modules-next' into for-4.5/core | Jiri Kosina | 2015-12-04 | 10 | -191/+132 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | module: clean up RO/NX handling. | Rusty Russell | 2015-12-04 | 1 | -0/+4 | |
| | * | | | | | | module: use a structure to encapsulate layout. | Rusty Russell | 2015-12-04 | 1 | -35/+29 | |
| * | | | | | | | livepatch: add sympos as disambiguator field to klp_reloc | Chris J Arges | 2015-12-03 | 1 | -3/+2 | |
| * | | | | | | | livepatch: add old_sympos as disambiguator field to klp_func | Chris J Arges | 2015-12-03 | 1 | -9/+10 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-01-14 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ | Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co... | Jiri Kosina | 2016-01-14 | 95 | -921/+1387 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | HID: add a new helper to_hid_driver() | Geliang Tang | 2015-12-28 | 1 | -0/+3 | |
| | | * | | | | | | | | | HID: move to_hid_device() to hid.h | Geliang Tang | 2015-12-28 | 1 | -0/+3 | |
| | | | |/ / / / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | HID: Add vendor specific usage pages for Logitech G920 | Simon Wood | 2015-11-20 | 1 | -0/+2 | |
| | | |/ / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-01-14 | 4 | -10/+34 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | NFS: Use wait_on_atomic_t() for unlock after readahead | Benjamin Coddington | 2016-01-07 | 1 | -7/+1 | |
| * | | | | | | | | | | Merge branch 'pnfs_generic' | Trond Myklebust | 2016-01-04 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid | Trond Myklebust | 2015-12-31 | 1 | -0/+2 | |
| | * | | | | | | | | | | NFS: Allow multiple commit requests in flight per file | Trond Myklebust | 2015-12-31 | 2 | -2/+0 | |
| | * | | | | | | | | | | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs | Trond Myklebust | 2015-12-31 | 1 | -0/+1 | |
| * | | | | | | | | | | | Merge branch 'flexfiles' | Trond Myklebust | 2015-12-28 | 2 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | pNFS: Add flag to track if we've called nfs4_ff_layout_stat_io_start_read/write | Trond Myklebust | 2015-12-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | | nfs: only remove page from mapping if launder_page fails | Peng Tao | 2015-12-28 | 1 | -1/+13 | |
| | |/ / / / / / / / / / | ||||||
| * / / / / / / / / / / | nfs: machine credential support for additional operations | Andrew Elble | 2015-12-28 | 1 | -0/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | / | nfs: add new tracepoint for pnfs_update_layout | Jeff Layton | 2015-12-28 | 1 | -0/+14 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-01-14 | 1 | -1/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | i2c: create builtin_i2c_driver to avoid registration boilerplate | Paul Gortmaker | 2016-01-13 | 1 | -1/+12 | |
| * | | | | | | | | | | i2c: add generic routine to parse DT for timing information | Wolfram Sang | 2015-12-14 | 1 | -0/+18 | |
| * | | | | | | | | | | i2c: add i2c_check_quirks helper function | Nicola Corna | 2015-11-30 | 1 | -0/+14 | |
| * | | | | | | | | | | i2c: add i2c quirk flag for unsupported clock stretching | Nicola Corna | 2015-11-30 | 1 | -0/+2 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-01-14 | 1 | -11/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | of: fix declaration of of_io_request_and_map | Sudip Mukherjee | 2015-12-17 | 1 | -11/+8 | |
* | | | | | | | | | | | Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-14 | 5 | -1/+165 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mfd: arizona: Add device tree binding to specify mono outputs | Charles Keepax | 2016-01-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 | Richard Fitzgerald | 2015-12-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | rtc: s5m.c: Add support for S2MPS15 RTC | Alim Akhtar | 2015-11-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | mfd: sec: Add support for S2MPS15 PMIC | Thomas Abraham | 2015-11-23 | 2 | -0/+159 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 2016-01-14 | 1 | -10/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | power: bq27xxx_battery: Reorganize I2C into a module | Andrew F. Davis | 2015-12-05 | 1 | -10/+47 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'hsi-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2016-01-14 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | HSI: Remove struct hsi_client private fields from kernel-doc | Javier Martinez Canillas | 2015-11-21 | 1 | -3/+0 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2016-01-13 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | f2fs: add symbol to avoid any confusion with tools | Jaegeuk Kim | 2015-12-14 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 4 | -0/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | block: kill disk_{check|set|clear|alloc}_badblocks | Dan Williams | 2016-01-09 | 1 | -5/+0 | |
| * | | | | | | | | | | | block, badblocks: introduce devm_init_badblocks | Dan Williams | 2016-01-09 | 1 | -1/+13 | |
| * | | | | | | | | | | | badblocks: rename badblocks_free to badblocks_exit | Dan Williams | 2016-01-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | libnvdimm: Add a poison list and export badblocks | Vishal Verma | 2016-01-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | block: Add badblock management for gendisks | Vishal Verma | 2016-01-09 | 1 | -0/+7 | |
| * | | | | | | | | | | | badblocks: Add core badblock management code | Vishal Verma | 2016-01-09 | 1 | -0/+53 | |
| * | | | | | | | | | | | block: enable dax for raw block devices | Dan Williams | 2016-01-09 | 1 | -0/+11 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2016-01-13 | 2 | -7/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ |