messages from 2017-07-18 21:52:25 to 2017-07-18 22:33:31 UTC [more...]
[kernel-hardening] x86: PIE support and option to extend KASLR randomization
2017-07-18 22:33 UTC (42+ messages)
` "
` [kernel-hardening] [RFC 01/22] x86/crypto: Adapt assembly for PIE support
` "
` [kernel-hardening] [RFC 02/22] x86: Use symbol name on bug table "
` "
` [kernel-hardening] [RFC 03/22] x86: Use symbol name in jump "
` "
` [kernel-hardening] [RFC 04/22] x86: Add macro to get symbol address "
` "
` [kernel-hardening] [RFC 05/22] xen: Adapt assembly "
` "
` [kernel-hardening] [RFC 06/22] kvm: "
` "
` [kernel-hardening] [RFC 07/22] x86: relocate_kernel - "
` "
` [kernel-hardening] [RFC 08/22] x86/entry/64: "
` "
` [kernel-hardening] [RFC 09/22] x86: pm-trace - "
` "
` [kernel-hardening] [RFC 10/22] x86/CPU: "
` "
` [kernel-hardening] [RFC 11/22] x86/acpi: "
` "
` [kernel-hardening] [RFC 12/22] x86/boot/64: "
` "
` [kernel-hardening] [RFC 13/22] x86/power/64: "
` "
` [kernel-hardening] [RFC 14/22] x86/paravirt: "
` "
` [kernel-hardening] [RFC 15/22] x86/boot/64: Use _text in a global "
` "
` [kernel-hardening] [RFC 16/22] x86/percpu: Adapt percpu "
` "
` [kernel-hardening] [RFC 17/22] compiler: Option to default to hidden symbols
` "
` [kernel-hardening] [RFC 18/22] x86/relocs: Handle DYN relocations for PIE support
` "
` [kernel-hardening] [RFC 19/22] x86/pie: Add option to build the kernel as PIE for x86_64
` "
` [kernel-hardening] [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` "
[PATCH 3/4] PM: Print wall time at suspend entry and exit
2017-07-18 22:25 UTC (2+ messages)
[GSoC][PATCH 0/8] Update: Week 9
2017-07-18 22:32 UTC (6+ messages)
` [GSoC][PATCH 4/8] submodule: port submodule subcommand 'status' from shell to C
` [GSoC][PATCH 5/8] submodule: port submodule subcommand 'sync' "
[PATCH 0/2] Handle invalid os_type in e2p
2017-07-18 22:32 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] e2p: Fix segfault in e2p_os2string
` [PATCH v2 2/2] tests: dumpe2fs against an image with bad os_type
[PATCH][morty 1/2] libgcrypt: fix CVE-2017-9526
2017-07-18 22:31 UTC (5+ messages)
` [PATCH][morty 2/2] libgcrypt: fix CVE-2017-7526
` ✗ patchtest: failure for "[morty] libgcrypt: fix CVE-201..." and 1 more
[PATCH][pyro 1/2] libgcrypt: fix CVE-2017-9526
2017-07-18 22:31 UTC (3+ messages)
` [PATCH][pyro 2/2] libgcrypt: fix CVE-2017-7526
` ✗ patchtest: failure for "[pyro] libgcrypt: fix CVE-2017..." and 1 more
[PATCH] toaster: enable remote HTTP API for status aggregation
2017-07-18 22:21 UTC
[PATCH] dma: k3dma: Fix non-cyclic mode
2017-07-18 22:29 UTC (3+ messages)
[PATCH] kbdif: Define "feature-raw-pointer" and "request-raw-pointer"
2017-07-18 22:29 UTC (3+ messages)
[PATCH] fsck: remove redundant parse_tree() invocation
2017-07-18 22:28 UTC
[PATCH] tune2fs: remove dire warning about check intervals
2017-07-18 22:28 UTC (2+ messages)
+ mm-memory_hotplug-memory-hotremove-supports-thp-migration.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-migrate-move_pages-supports-thp-migration.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-mempolicy-mbind-and-migrate_pages-support-thp-migration.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-soft-dirty-keep-soft-dirty-bits-over-thp-migration.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-thp-check-pmd-migration-entry-in-common-path.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-thp-enable-thp-migration-in-generic-path.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-thp-introduce-config_arch_enable_thp_migration.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-thp-introduce-separate-ttu-flag-for-thp-freezing.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-x86-move-_page_swp_soft_dirty-from-bit-7-to-bit-1.patch added to -mm tree
2017-07-18 22:27 UTC
+ mm-mempolicy-add-queue_pages_required.patch added to -mm tree
2017-07-18 22:27 UTC
[PATCH v3 00/15] exec: Use sane stack rlimit under secureexec
2017-07-18 22:25 UTC (32+ messages)
` [PATCH v3 01/15] binfmt: Introduce secureexec flag
` [PATCH v3 02/15] exec: Rename bprm->cred_prepared to called_set_creds
` [PATCH v3 03/15] apparmor: Refactor to remove bprm_secureexec hook
` [PATCH v3 04/15] selinux: "
` [PATCH v3 05/15] smack: "
` [PATCH v3 06/15] commoncap: "
` [PATCH v3 07/15] commoncap: Move cap_elevated calculation into bprm_set_creds
` [PATCH v3 08/15] LSM: drop bprm_secureexec hook
` [PATCH v3 09/15] exec: Correct comments about "point of no return"
` [PATCH v3 10/15] exec: Use secureexec for setting dumpability
` [PATCH v3 11/15] exec: Use secureexec for clearing pdeath_signal
` [PATCH v3 12/15] smack: Remove redundant pdeath_signal clearing
` [PATCH v3 13/15] exec: Consolidate dumpability logic
` [PATCH v3 14/15] exec: Use sane stack rlimit under secureexec
` [PATCH v3 15/15] exec: Consolidate pdeath_signal clearing
[PATCH] workqueue: doc change for ST behavior on NUMA systems
2017-07-18 22:25 UTC (3+ messages)
[PATCH] cpufreq: schedutil: Update last_update from sugov_set_iowait_boost()
2017-07-18 22:16 UTC (4+ messages)
[PULL for-2.0 0/7] please pull xen-20170718-tag
2017-07-18 22:22 UTC (16+ messages)
` [Qemu-devel] "
` [Qemu-devel] [PULL for-2.10 1/7] hw/xen: Set emu_mask for igd_opregion register
` "
` [Qemu-devel] [PULL for-2.10 2/7] xen_pt_msi.c: Check for xen_host_pci_get_* failures in xen_pt_msix_init()
` "
` [Qemu-devel] [PULL for-2.10 3/7] xen-platform: separate unplugging of NVMe disks
` "
` [Qemu-devel] [PULL for-2.10 4/7] xen: move physmap saving into a separate function
` "
` [PULL for-2.10 5/7] xen/mapcache: add an ability to create dummy mappings
` [Qemu-devel] "
` [Qemu-devel] [PULL for-2.10 6/7] xen/mapcache: introduce xen_replace_cache_entry()
` "
` [PULL for-2.10 7/7] xen: don't use xenstore to save/restore physmap anymore
` [Qemu-devel] "
[PATCH] efifb: allow user to disable write combined mapping
2017-07-18 22:22 UTC (7+ messages)
[PATCH v5 1/5] x86: stub out pmc function
2017-07-18 22:22 UTC (12+ messages)
` [PATCH v5 2/5] tick: Add freeze timer events
[Buildroot] [PATCH] package/linux-tools: add tmon
2017-07-18 22:21 UTC (2+ messages)
[Bug 196405] New: mkdir mishandles st_nlink in ext4 directory with 64997 subdirectories
2017-07-18 22:19 UTC (4+ messages)
` [Bug 196405] "
[PATCH] block: note about cloned bios and bio_for_each_segment_all
2017-07-18 22:19 UTC (5+ messages)
[PATCH] xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings
2017-07-18 22:17 UTC (2+ messages)
[PATCH V4 0/4]: spmi: pmic-arb: support for V5 HW and bug fixes
2017-07-18 22:17 UTC (2+ messages)
[PATCH 3/3] drm/amdgpu: Clear active for HIQ in RLC_CP_SCHEDULERS
2017-07-18 22:16 UTC (2+ messages)
[Qemu-devel] Question for iotests 188, 189 and 087
2017-07-18 22:16 UTC (4+ messages)
[PATCH v3 1/4] time: rtc-lib: Add rtc_show_time(const char *prefix_msg)
2017-07-18 22:15 UTC
[3/3] ghes_edac: add platform check to enable ghes_edac
2017-07-18 22:13 UTC (2+ messages)
` [PATCH 3/3] "
[PATCH] perf/x86/intel: Add proper condition to run sched_task callbacks
2017-07-18 22:11 UTC (5+ messages)
[PATCH] cgroup: Show control files in cgroup2 root after mount
2017-07-18 22:11 UTC (12+ messages)
` [PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration
[PATCH i-g-t] CONTRIBUTING: formalize review rules
2017-07-18 22:09 UTC (2+ messages)
+ pid-kill-pidhash_size-in-pidhash_init.patch added to -mm tree
2017-07-18 22:09 UTC
[Qemu-devel] [RFC] RFC on Backup tool
2017-07-18 22:08 UTC (5+ messages)
[Qemu-devel] [PATCH] add scripts/git.orderfile
2017-07-18 22:07 UTC (2+ messages)
[Qemu-devel] [Bug 1703506] [NEW] SMT not supported by QEMU on AMD Ryzen CPU
2017-07-18 21:57 UTC (2+ messages)
` [Qemu-devel] [Bug 1703506] "
[PATCH v2 2/4] time: Print wall time at die and reboot
2017-07-18 22:06 UTC (2+ messages)
[PATCH v2 1/4] time: rtc-lib: Add rtc_show_time(const char *prefix_msg)
2017-07-18 22:06 UTC (3+ messages)
[morty][PATCH] glibc: Fix CVE-2015-5180
2017-07-18 22:06 UTC (2+ messages)
[PATCH 1/2] MIPS: ralink: Fix build error due to missing header
2017-07-18 22:05 UTC (4+ messages)
` [PATCH 2/2] MIPS: ralink: mt7620: Add "
[PATCH] lib/strscpy: avoid KASAN false positive
2017-07-18 22:04 UTC (6+ messages)
[PATCH 0/4] drm/vc4: add HDMI CEC support
2017-07-18 22:03 UTC (6+ messages)
` [PATCH 4/4] "
[PATCH] ata: Convert to using %pOF instead of full_name
2017-07-18 22:03 UTC (3+ messages)
[RFC PATCH 0/3] memres: fix for --observe-only
2017-07-18 22:02 UTC (9+ messages)
` [RFC PATCH 1/3] bitbake: knotty.py: add MonitorDiskEvent and RecipeTaskPreProcess
[Qemu-devel] [PATCH 0/8] target/alpha cleanups
2017-07-18 22:02 UTC (2+ messages)
[PATCH] microblaze: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[Qemu-devel] [PATCH 0/14] target/mips: Add Enhanced Virtual Addressing (EVA) support
2017-07-18 22:01 UTC (3+ messages)
` [Qemu-devel] [PATCH 11/14] target/mips: Add segmentation control registers
[PATCH] ibm_rtl: remove unnecessary static in ibm_rtl_write()
2017-07-18 22:01 UTC
[Qemu-trivial] [PATCH for-2.10 0/4] bsd-user: silence warnings on OpenBSD
2017-07-18 22:01 UTC (4+ messages)
` [Qemu-trivial] [PATCH for-2.10 4/4] bsd-user/main.c: Fix unused variable warning
` [Qemu-devel] "
` [Qemu-trivial] "
[PATCH] x86/platform/uv/BAU: disable BAU on single hub configurations
2017-07-18 21:51 UTC
[PATCH] mmc: Convert to using %pOF instead of full_name
2017-07-18 22:00 UTC (2+ messages)
[PATCH] Add -gcc-version option
2017-07-18 21:59 UTC
[PATCH 2/3] drm/amdkfd: hqd_destroy interface change from KFD side
2017-07-18 21:59 UTC
[Buildroot] [git commit] nvme-cli: bump to version 1.3
2017-07-18 21:59 UTC
[Buildroot] [PATCH] httping: fix build without host-gettext
2017-07-18 21:59 UTC (2+ messages)
[PATCH] clocksource: Convert to using %pOF instead of full_name
2017-07-18 21:42 UTC
[PATCH] ide: pmac: Convert to using %pOF instead of full_name
2017-07-18 21:58 UTC (2+ messages)
[Buildroot] [git commit] httping: fix build without host-gettext
2017-07-18 21:58 UTC
[Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site
2017-07-18 21:57 UTC (2+ messages)
[Buildroot] [git commit] git: bump to version 2.13.3
2017-07-18 21:57 UTC
[Buildroot] [git commit] git: use BR2_KERNEL_MIRROR as download site
2017-07-18 21:57 UTC
[PATCH] firmware: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[Buildroot] [PATCH 1/2] python-setuptools-scm: bum to version 1.15.6
2017-07-18 21:56 UTC (2+ messages)
[PATCH] gpio: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[Buildroot] [git commit] python-pathpy: bump to version 10.3.1
2017-07-18 21:56 UTC
[Buildroot] [git commit] python-setuptools-scm: bum to version 1.15.6
2017-07-18 21:56 UTC
[Buildroot] [PATCH] iproute2: bump to version 4.12.0
2017-07-18 21:55 UTC (2+ messages)
[PATCH] iommu: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
+ mm-hugetlb-__get_user_pages-ignores-certain-follow_hugetlb_page-errors.patch added to -mm tree
2017-07-18 21:54 UTC
+ mm-hugetlb-__get_user_pages-ignores-certain-follow_hugetlb_page-errors.patch added to -mm tree
2017-07-18 21:54 UTC
[PATCH 0/5] Netfilter fixes for net
2017-07-18 21:54 UTC (4+ messages)
[PATCH] irqchip: Convert to using %pOF instead of full_name
2017-07-18 21:43 UTC
[kernel-hardening] Re: [RFC PATCH 6/6] arm64: add VMAP_STACK and detect out-of-bounds SP
2017-07-18 21:53 UTC (14+ messages)
[Qemu-devel] [PULL 00/31] target/sh4 queue
2017-07-18 21:50 UTC (10+ messages)
` [Qemu-devel] [PULL 03/31] target/sh4: fix FPSCR cause vs flag inversion
` [Qemu-devel] [PULL 10/31] target/sh4: Handle user-space atomics
` [Qemu-devel] [PULL 11/31] target/sh4: Recognize common gUSA sequences
` [Qemu-devel] [PULL 12/31] linux-user/sh4: Notice gUSA regions during signal delivery
` [Qemu-devel] [PULL 15/31] target/sh4: Unify cpu_fregs into FREG
` [Qemu-devel] [PULL 16/31] target/sh4: Pass DisasContext to fpr64 routines
` [Qemu-devel] [PULL 20/31] target/sh4: Load/store Dr as 64-bit quantities
` [Qemu-devel] [PULL 23/31] target/sh4: Unify code for CHECK_PRIVILEGED
` [Qemu-devel] [PULL 27/31] target/sh4: Introduce CHECK_SH4A
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.