index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-07-10
18
-136
/
+220
|
\
|
*
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
2017-07-10
1
-2
/
+3
|
*
bitmap: use memcmp optimisation in more situations
Matthew Wilcox
2017-07-10
1
-3
/
+1
|
*
include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...
Matthew Wilcox
2017-07-10
1
-0
/
+6
|
*
bitmap: optimise bitmap_set and bitmap_clear of a single bit
Matthew Wilcox
2017-07-10
1
-3
/
+20
|
*
ARM: fix rd_size declaration
Bart Van Assche
2017-07-10
1
-0
/
+3
|
*
bug: split BUILD_BUG stuff out into <linux/build_bug.h>
Ian Abbott
2017-07-10
2
-73
/
+85
|
*
linux/bug.h: correct "space required before that '-'"
Ian Abbott
2017-07-10
1
-2
/
+2
|
*
linux/bug.h: correct "(foo*)" should be "(foo *)"
Ian Abbott
2017-07-10
1
-1
/
+1
|
*
linux/bug.h: correct formatting of block comment
Ian Abbott
2017-07-10
1
-4
/
+6
|
*
mm: disallow early_pfn_to_nid on configurations which do not implement it
Michal Hocko
2017-07-10
1
-0
/
+1
|
*
mm: swap: provide lru_add_drain_all_cpuslocked()
Thomas Gleixner
2017-07-10
1
-0
/
+1
|
*
mm/list_lru.c: fix list_lru_count_node() to be race free
Sahitya Tummala
2017-07-10
1
-0
/
+1
|
*
include/linux/backing-dev.h: simplify wb_stat_sum
Nikolay Borisov
2017-07-10
1
-14
/
+1
|
*
include/linux/mmzone.h: remove ancient/ambiguous comment
Nikolay Borisov
2017-07-10
1
-5
/
+2
|
*
hugetlb: add support for preferred node to alloc_huge_page_nodemask
Michal Hocko
2017-07-10
2
-3
/
+4
|
*
mm, hugetlb: unclutter hugetlb allocation layers
Michal Hocko
2017-07-10
1
-1
/
+1
|
*
mm: unify new_node_page and alloc_migrate_target
Michal Hocko
2017-07-10
1
-0
/
+16
|
*
hugetlb, memory_hotplug: prefer to use reserved pages for migration
Michal Hocko
2017-07-10
1
-0
/
+2
|
*
include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior a...
Will Deacon
2017-07-10
1
-0
/
+1
|
*
mm: always enable thp for dax mappings
Dan Williams
2017-07-10
3
-5
/
+11
|
*
mm: improve readability of transparent_hugepage_enabled()
Dan Williams
2017-07-10
1
-12
/
+29
|
*
mm: make PR_SET_THP_DISABLE immediately active
Michal Hocko
2017-07-10
3
-2
/
+7
|
*
mm: hugetlb: delete dequeue_hwpoisoned_huge_page()
Naoya Horiguchi
2017-07-10
1
-5
/
+0
|
*
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
2017-07-10
1
-4
/
+27
|
*
mm: hwpoison: change PageHWPoison behavior on hugetlb pages
Naoya Horiguchi
2017-07-10
1
-9
/
+0
|
*
swap: add block io poll in swapin path
Shaohua Li
2017-07-10
1
-2
/
+3
*
|
Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-10
4
-0
/
+80
|
\
\
|
|
/
|
/
|
|
*
device property: Add fwnode_graph_get_port_parent
Kieran Bingham
2017-06-22
1
-0
/
+2
|
*
device property: Add FW type agnostic fwnode_graph_get_remote_node
Sakari Ailus
2017-06-22
1
-0
/
+2
|
*
device property: Introduce fwnode_device_is_available()
Sakari Ailus
2017-06-22
2
-0
/
+2
|
*
device property: Move fwnode graph ops to firmware specific locations
Sakari Ailus
2017-06-22
1
-0
/
+14
|
*
device property: Move FW type specific functionality to FW specific files
Sakari Ailus
2017-06-22
3
-0
/
+60
|
*
Merge branch 'dt/property-move' of git://git.kernel.org/pub/scm/linux/kernel/...
Rafael J. Wysocki
2017-06-22
1
-10
/
+20
|
|
\
*
|
\
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-07-10
2
-0
/
+6
|
\
\
\
|
*
|
|
vfs: Add iomap_seek_hole and iomap_seek_data helpers
Andreas Gruenbacher
2017-07-02
1
-0
/
+4
|
*
|
|
vfs: Add page_cache_seek_hole_data helper
Andreas Gruenbacher
2017-07-02
1
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'fix-uio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-07-10
1
-4
/
+4
|
\
\
\
|
*
|
|
fix brown paperbag bug in inlined copy_..._iter()
Al Viro
2017-07-10
1
-4
/
+4
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-07-10
2
-64
/
+18
|
\
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
-
-
-
-
-
-
.
\
\
\
Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...
Jiri Kosina
2017-07-10
24
-114
/
+153
|
|
\
\
\
\
\
\
\
\
|
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
HID: i2c-hid: move header file out of I2C realm
Wolfram Sang
2017-05-22
1
-0
/
+0
|
|
|
|
|
|
/
/
/
|
|
|
|
*
|
|
|
HID: remove no longer used hid->open field
Dmitry Torokhov
2017-06-08
1
-1
/
+0
|
|
|
|
*
|
|
|
HID: serialize hid_hw_open and hid_hw_close
Dmitry Torokhov
2017-06-08
1
-63
/
+9
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
Merge branches 'for-4.13/ish' and 'for-4.13/ite' into for-linus
Jiri Kosina
2017-07-10
1
-0
/
+9
|
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
/
/
/
|
|
|
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
HID: Microsoft Win8 Wireless Radio Controls cleanup
Hans de Goede
2017-05-22
1
-3
/
+2
|
|
|
*
|
|
|
|
HID: Add mapping for Microsoft Win8 Wireless Radio Controls extensions
Hans de Goede
2017-05-11
1
-0
/
+10
|
|
|
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-07-09
5
-75
/
+132
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Backmerge tag 'v4.12-rc7' into drm-next
Dave Airlie
2017-06-27
7
-38
/
+45
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2017-06-20
1
-2
/
+36
|
|
\
\
\
\
\
\
\
\
[next]