All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-26 20:29:56 to 2016-06-26 22:39:09 UTC [more...]

[Buildroot] [PATCH v6 0/6] *** Update selinux libraries ***
 2016-06-26 22:39 UTC  (3+ messages)
` [Buildroot] [PATCH v6 1/6] audit: bump to version 2.6
` [Buildroot] [PATCH v6 2/6] libsemanage: bump to version 2.5

[BUG] Btrfs scrub sometime recalculate wrong parity in raid5
 2016-06-26 22:38 UTC  (5+ messages)

[PATCH] Disable non-ABI-compliant optimisations for live patching
 2016-06-26 22:37 UTC  (2+ messages)

[PATCH 0/2] Add support for Smart Battery System Manager
 2016-06-26 22:35 UTC  (4+ messages)
` [PATCH 1/2] Documentation: Add sbs-manager device tree node documentation

[Buildroot] [PATCH v9 00/11] Relocatable SDK/Build machine leaks: RPATH fixing
 2016-06-26 22:27 UTC  (3+ messages)
` [Buildroot] [PATCH v9 01/11] core: split variables definition related to in/out-of-tree build from O itself

[PATCH] capabilities: add capability cgroup controller
 2016-06-26 22:26 UTC  (10+ messages)

[Buildroot] [PATCH 1/6] audit: bump to version 2.6
 2016-06-26 22:26 UTC  (13+ messages)
` [Buildroot] [PATCH 2/6] libsemanage: bump to version 2.5
` [Buildroot] [PATCH 3/6] checkpolicy: "
` [Buildroot] [PATCH 4/6] libselinux: "
` [Buildroot] [PATCH 5/6] libsepol: "
` [Buildroot] [PATCH 6/6] setools: fix build with latest selinux libraries
` [Buildroot] [PATCH v6 0/6] *** Update selinux libraries ***
` [Buildroot] [PATCH v6 1/6] audit: bump to version 2.6
` [Buildroot] [PATCH v6 2/6] libsemanage: bump to version 2.5
` [Buildroot] [PATCH v6 3/6] checkpolicy: "
` [Buildroot] [PATCH v6 4/6] libselinux: "
` [Buildroot] [PATCH v6 5/6] libsepol: "
` [Buildroot] [PATCH v6 6/6] setools: fix build with latest selinux libraries

[PATCH] clk: rockchip: add flag CLK_SET_RATE_PARENT for dclk_vop0_div on RK3399
 2016-06-26 22:18 UTC  (6+ messages)

[Qemu-devel] [PATCH] linux-user: convert sockaddr_ll from host to target
 2016-06-26 22:18 UTC 

Recommendations needed for RAID5 recovery
 2016-06-26 22:18 UTC  (7+ messages)

[nightly] SysTest Core TISDK (krogoth/2.1) 2016.05 build 2016-06-26_15-23-44
 2016-06-26 22:14 UTC 

[PATCH v2 0/4] iio: potentiometer: mcp4531: New parts, DT and typo
 2016-06-26 22:12 UTC  (7+ messages)
` [PATCH v2 2/4] iio: potentiometer: mcp4531: Add device tree binding documentation
` [PATCH v2 3/4] iio: potentiometer: mcp4531: Add device tree binding

[Buildroot] [PATCH v7] openblas: new package
 2016-06-26 22:07 UTC  (2+ messages)

[ethtool PATCH v1 2/2] ethtool:QSFP Plus/QSFP28 Diagnostics Information Support
 2016-06-26 22:06 UTC  (6+ messages)

[PATCH v4 00/29] virtually mapped stacks and thread_info cleanup
 2016-06-26 21:55 UTC  (96+ messages)
` [kernel-hardening] "
` [PATCH v4 01/29] bluetooth: Switch SMP to crypto_cipher_encrypt_one()
  ` [kernel-hardening] "
` [PATCH v4 02/29] rxrpc: Avoid using stack memory in SG lists in rxkad
  ` [kernel-hardening] "
` [PATCH v4 03/29] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
  ` [kernel-hardening] "
` [PATCH v4 04/29] x86/cpa: In populate_pgd, don't set the pgd entry until it's populated
  ` [kernel-hardening] "
` [PATCH v4 05/29] x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
  ` [kernel-hardening] "
` [PATCH v4 06/29] mm: Track NR_KERNEL_STACK in KiB instead of number of stacks
  ` [kernel-hardening] "
` [PATCH v4 07/29] mm: Fix memcg stack accounting for sub-page stacks
  ` [kernel-hardening] "
` [PATCH v4 08/29] dma-api: Teach the "DMA-from-stack" check about vmapped stacks
  ` [kernel-hardening] "
` [PATCH v4 09/29] fork: Add generic vmalloced stack support
  ` [kernel-hardening] "
` [PATCH v4 10/29] x86/die: Don't try to recover from an OOPS on a non-default stack
  ` [kernel-hardening] "
` [PATCH v4 11/29] x86/dumpstack: When OOPSing, rewind the stack before do_exit
  ` [kernel-hardening] "
` [PATCH v4 12/29] x86/dumpstack: When dumping stack bytes due to OOPS, start with regs->sp
  ` [kernel-hardening] "
` [PATCH v4 13/29] x86/dumpstack: Try harder to get a call trace on stack overflow
  ` [kernel-hardening] "
` [PATCH v4 14/29] x86/dumpstack/64: Handle faults when printing the "Stack:" part of an OOPS
  ` [kernel-hardening] "
` [PATCH v4 15/29] x86/mm/64: Enable vmapped stacks
  ` [kernel-hardening] "
` [PATCH v4 16/29] x86/mm: Improve stack-overflow #PF handling
  ` [kernel-hardening] "
` [PATCH v4 17/29] x86: Move uaccess_err and sig_on_uaccess_err to thread_struct
  ` [kernel-hardening] "
` [PATCH v4 18/29] x86: Move addr_limit "
  ` [kernel-hardening] "
` [PATCH v4 19/29] signal: Consolidate {TS,TLF}_RESTORE_SIGMASK code
  ` [kernel-hardening] "
` [PATCH v4 20/29] x86/smp: Remove stack_smp_processor_id()
  ` [kernel-hardening] "
` [PATCH v4 21/29] x86/smp: Remove unnecessary initialization of thread_info::cpu
  ` [kernel-hardening] "
` [PATCH v4 22/29] x86/asm: Move 'status' from struct thread_info to struct thread_struct
  ` [kernel-hardening] "
` [PATCH v4 23/29] kdb: Use task_cpu() instead of task_thread_info()->cpu
  ` [kernel-hardening] "
` [PATCH v4 24/29] x86/entry: Get rid of pt_regs_to_thread_info()
  ` [kernel-hardening] "
` [PATCH v4 25/29] um: Stop conflating task_struct::stack with thread_info
  ` [kernel-hardening] "
` [PATCH v4 26/29] sched: Allow putting thread_info into task_struct
  ` [kernel-hardening] "
` [PATCH v4 27/29] x86: Move "
  ` [kernel-hardening] "
` [PATCH v4 28/29] sched: Free the stack early if CONFIG_THREAD_INFO_IN_TASK
  ` [kernel-hardening] "
` [PATCH v4 29/29] fork: Cache two thread stacks per cpu if CONFIG_VMAP_STACK is set
  ` [kernel-hardening] "

[PATCH 1/5] rtc: ds17287: remove unused header
 2016-06-26 22:03 UTC  (12+ messages)
` [rtc-linux] "
` [PATCH 2/5] rtc: ds1286: move header to linux/rtc
  ` [rtc-linux] "
` [PATCH 3/5] rtc: ds2404: move rtc-ds2404.h to platform_data
  ` [rtc-linux] "
` [PATCH 4/5] rtc: m48t86: move m48t86.h "
  ` [rtc-linux] "
` [PATCH 5/5] rtc: v3020: move rtc-v3020.h "
  ` [rtc-linux] "

[PATCH] Coccinelle: Add misc/boolconv.cocci
 2016-06-26 22:01 UTC  (3+ messages)
  ` [Cocci] "

Saudações
 2016-06-26 21:56 UTC 

[PATCH 0/2] leds: Add driver for NCP5623 3-channel I2C LED driver
 2016-06-26 21:49 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/7] de-stage SW_SYNC validation frawework
 2016-06-26 21:45 UTC  (3+ messages)

[PATCH 00/19] Fix new warnings detected by GCC 6.1
 2016-06-26 21:30 UTC  (3+ messages)
` [PATCH 13/19] dib0090: comment out the unused tables

[PATCH v2] m32r: fix build warning about putc
 2016-06-26 21:37 UTC 

[Buildroot] [PATCH v2 1/1] efivar: depends on target gcc >= 4.7
 2016-06-26 21:36 UTC 

Dependency analysis
 2016-06-26 21:34 UTC 

Saudações
 2016-06-26 21:25 UTC 

[PATCH] sched/core: fix sched_getaffinity return value kerneldoc
 2016-06-26 21:13 UTC 

[Buildroot] [PATCH 1/1] efivar: depends on target gcc >= 4.7
 2016-06-26 21:23 UTC  (3+ messages)

[Buildroot] USB network gadget
 2016-06-26 21:22 UTC  (2+ messages)

[lkp] [dcache_{readdir,dir_lseek}() users] 4e82901cd6: reaim.jobs_per_min -49.1% regression
 2016-06-26 21:20 UTC  (10+ messages)
  ` [LKP] [lkp] [dcache_{readdir, dir_lseek}() "
                `  "

[PATCH] m32r: fix build warning about putc
 2016-06-26 21:16 UTC 

[xen-unstable test] 96278: tolerable FAIL
 2016-06-26 21:10 UTC 

[Buildroot] [PATCH] gflags: put hash in .hash file
 2016-06-26 21:10 UTC  (2+ messages)

[Buildroot] [PATCH] glog: put hash in .hash file
 2016-06-26 21:10 UTC  (2+ messages)

[Buildroot] [git commit] glog: put hash in .hash file
 2016-06-26 21:09 UTC 

[Buildroot] [git commit] gflags: put hash in .hash file
 2016-06-26 21:09 UTC 

[RFC PATCH v2 00/26] perf tools: Support uBPF script
 2016-06-26 21:08 UTC  (4+ messages)
` [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

[Buildroot] [PATCH] package/quagga: Add systemd.service file
 2016-06-26 21:09 UTC  (2+ messages)

[Buildroot] [PATCH] e2fsprogs: add fuse2fs libintl fix patch
 2016-06-26 21:08 UTC  (2+ messages)

[Buildroot] [git commit] e2fsprogs: add fuse2fs libintl fix patch
 2016-06-26 21:08 UTC 

[Buildroot] [PATCH v5] *** Update selinux libraries ***
 2016-06-26 21:07 UTC  (7+ messages)
` [Buildroot] [3/8 v5] audit: Add the ability to compile as a host package
` [Buildroot] [4/8 v5] libsemanage: bump to version 2.5
` [Buildroot] [8/8 v5] setools: fix build with latest selinux libraries

[v2] media: rc: fix Meson IR decoder
 2016-06-26 21:06 UTC  (9+ messages)
` [PATCH v2 1/2] media: rc: meson-ir: fix enabling raw/soft-decoding mode
` [PATCH v2 2/2] ARM: dts: meson: fixed size of the meson-ir registers

[Buildroot] [PATCH] gd: security bump to version 2.2.2
 2016-06-26 20:59 UTC  (2+ messages)

[Buildroot] [git commit] gd: security bump to version 2.2.2
 2016-06-26 20:59 UTC 

[Buildroot] [PATCH 1/5] package/lirc-tools: bump version to 0.9.4
 2016-06-26 20:54 UTC  (2+ messages)

[RFC/PATCH 1/3] bisect--helper: `check_and_set_terms` shell function in C
 2016-06-26 20:44 UTC  (3+ messages)
` [RFC/PATCH 2/3] bisect--helper: `bisect_next_check` "
` [RFC/PATCH 3/3] bisect--helper: `get_terms` & `bisect_terms` "

[U-Boot] [PATCH] mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()
 2016-06-26 20:43 UTC 

[PATCH v3 1/3] arm: tegra: initial support for apalis tk1
 2016-06-26 20:09 UTC  (2+ messages)

Saudações
 2016-06-26 20:36 UTC 

[Buildroot] [git commit] package/lirc-tools: add optional support for portaudio
 2016-06-26 20:30 UTC 

[Buildroot] [git commit] package/lirc-tools: add optional support for alsa-lib
 2016-06-26 20:30 UTC 

[Buildroot] [git commit] package/lirc-tools: add optional support for udev
 2016-06-26 20:30 UTC 

[Buildroot] [git commit] package/lirc-tools: add optional support for libusb-compat
 2016-06-26 20:29 UTC 


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.