linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-06 11:08:53 to 2017-02-06 13:42:43 UTC [more...]

[PATCH 00/89] Major reorganization of <linux/sched.h>
 2017-02-06 13:39 UTC  (54+ messages)
` [PATCH 01/89] sched/core: Clean up comments
` [PATCH 02/89] delayacct: Include <uapi/linux/taskstats.h>
` [PATCH 05/89] sched/topology: Split out scheduler topology code from core.c into topology.c
` [PATCH 06/89] sched/topology: Split out scheduler topology interfaces from <linux/sched.h> into <linux/sched/topology.h>
` [PATCH 08/89] sched/idle: Move wake_up_if_idle prototype to <linux/sched/idle.h>
` [PATCH 18/89] sched/core: Move task->mm handling methods to <linux/sched/mm.h>
` [PATCH 23/89] sched/headers, softlockup: Move softlockup detector watchdog methods to <linux/nmi.h>
` [PATCH 24/89] sched/headers: Remove #include <linux/capability.h> from <linux/sched.h>
` [PATCH 25/89] sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
` [PATCH 31/89] sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
` [PATCH 33/89] sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
` [PATCH 37/89] sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>
` [PATCH 38/89] sched/headers: Remove <linux/rtmutex.h> "
` [PATCH 43/89] sched/headers: Remove <linux/gfp.h> include "
` [PATCH 47/89] sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
` [PATCH 50/89] sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()
` [PATCH 51/89] sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h>
` [PATCH 54/89] sched/headers: Make the include/linux/sched/*.h headers build standalone
` [PATCH 55/89] sched/core: Clean up <linux/sched.h> structure predeclarations and remove stale entries
` [PATCH 57/89] sched/headers: Split <linux/sched/task_stack> out of <linux/sched.h>
` [PATCH 58/89] sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogroup.h>
` [PATCH 59/89] sched/core: Move the get_preempt_disable_ip() inline to sched/core.c
` [PATCH 60/89] signals: Split out <linux/signal_types.h> from <linux/signal.h>
` [PATCH 61/89] sched/headers: Reduce <linux/sched.h> signal API dependency
` [PATCH 62/89] mm/headers, sched/headers: Split <linux/mm_types_task.h> out of <linux/mm_types.h>
` [PATCH 63/89] sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>
` [PATCH 64/89] sched/headers: Remove 'init_pid_ns' prototype "
` [PATCH 65/89] sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 66/89] sched/headers: Use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
` [PATCH 67/89] sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
` [PATCH 68/89] sched/headers: Split cputime functionality out of <linux/sched.h>, into <linux/sched/cputime.h>
` [PATCH 69/89] sched/headers: Move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
` [PATCH 70/89] sched/core: Remove unused prefetch_stack()
` [PATCH 71/89] sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>
` [PATCH 72/89] sched/headers: Move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
` [PATCH 73/89] sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 74/89] sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
` [PATCH 75/89] sched/headers, timekeeping: Consolidate the timer tick function prototypes
` [PATCH 76/89] sched/headers, mm: Move 'struct tlbflush_unmap_batch' from <linux/sched.h> to <linux/mm_types_task.h>
` [PATCH 77/89] sched/headers: Move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 78/89] sched/core: Remove the tsk_cpus_allowed() wrapper
` [PATCH 79/89] sched/core: Remove the tsk_nr_cpus_allowed() wrapper
` [PATCH 80/89] sched/headers: Move the <linux/magic.h> include to <linux/sched/task_stack.h>
` [PATCH 81/89] sched/headers: Remove spurious <linux/sched.h> inclusion dependencies
` [PATCH 82/89] rcu: Separate the rcu synchronization types and APIs into <linux/rcupdate_wait.h>
` [PATCH 83/89] timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
` [PATCH 84/89] x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>
` [PATCH 85/89] hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
` [PATCH 86/89] sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>
` [PATCH 87/89] sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>
` [PATCH 88/89] sched/headers: Remove #ifdefs from <linux/sched.h>
` [PATCH 89/89] sched/headers: Clean up <linux/sched.h>

[PATCH v11 0/9] Cavium MMC driver
 2017-02-06 13:39 UTC  (8+ messages)
` [PATCH v11 1/9] dt-bindings: mmc: Add Cavium SOCs MMC bindings
` [PATCH v11 4/9] mmc: cavium: Work-around hardware bug on cn6xxx and cnf7xxx
` [PATCH v11 5/9] mmc: cavium: Add support for Octeon cn7890
` [PATCH v11 6/9] mmc: cavium: Add MMC PCI driver for ThunderX SOCs
` [PATCH v11 7/9] mmc: cavium: Add scatter-gather DMA support
` [PATCH v11 8/9] mmc: cavium: Support DDR mode for eMMC devices
` [PATCH v11 9/9] MAINTAINERS: Add entry for Cavium MMC driver

[PATCHSET 0/3] perf diff: Introduce delta-abs compute method
 2017-02-06 13:41 UTC  (5+ messages)
` [PATCH 2/3] perf diff: Add diff.order config option

[PATCH 0/5] DRM OF graph clean-up
 2017-02-06 13:41 UTC  (7+ messages)
` [PATCH 1/5] of: introduce of_graph_get_remote_node
` [PATCH 3/5] drm: convert drivers to use of_graph_get_remote_node

[PATCH v2 0/7] gpio: mockup: extensions for testing purposes
 2017-02-06 13:41 UTC  (16+ messages)
` [PATCH v2 1/7] gpio: mockup: readability tweaks
` [PATCH v2 2/7] gpio: mockup: code shrink
` [PATCH v2 3/7] gpio: mockup: implement naming the lines
` [PATCH v2 4/7] irqdesc: add memory managed version of irq_alloc_descs()
` [PATCH v2 5/7] gpio: mockup: add a dummy irqchip
` [PATCH v2 6/7] gpiolib: include <gpio/consumer.h> from gpiolib.h
` [PATCH v2 7/7] gpio: mockup: implement event injecting over debugfs

[PATCH 0/4] Fixes for perf build and feature detection
 2017-02-06 13:38 UTC  (5+ messages)
` [PATCH 1/4] perf tools: pass PYTHON config to "
` [PATCH 3/4] tools lib feature: Do not redefine compiler configuration

[PATCH v2 2/5] regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errors
 2017-02-06 13:37 UTC  (2+ messages)
` Applied "regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errors" to the regulator tree

[PATCH 0/2] arm64: numa: fix spurious BUG() on NOMAP regions
 2017-02-06 13:36 UTC  (3+ messages)
` [PATCH 2/2] arm64: mm: enable CONFIG_HOLES_IN_ZONE for NUMA

tip: demise of tsk_cpus_allowed() and tsk_nr_cpus_allowed()
 2017-02-06 13:32 UTC  (6+ messages)

[PATCHv7 0/8] printk: use printk_safe to handle printk() recursive calls
 2017-02-06 13:27 UTC  (12+ messages)
` [PATCHv7 4/8] printk: always use deferred printk when flush printk_safe lines

[PATCH 0/2] drm/panel: Add support for the Sitronix ST7789V
 2017-02-06 13:26 UTC  (12+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Add bindings for the Sitronix ST7789V panel
` [PATCH 2/2] drm/panel: Add driver for sitronix "

[PATCH 1/2 v4] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-06 13:24 UTC  (6+ messages)
` [PATCH 2/2 RESEND] mm: vmpressure: fix sending wrong events on underflow

[RFC PATCH] perf/stat: Add --disable-hwdt
 2017-02-06 13:23 UTC  (7+ messages)

[PATCH] sched/fair: Fix the nohz.next_balance update mess
 2017-02-06 13:23 UTC  (4+ messages)

[PATCH 1/2] perf/core: Allow global address filtering for kernel code
 2017-02-06 13:15 UTC  (3+ messages)
` [PATCH 2/2] perf tools: Support end symbols with no size for filters

[RFC/PATCH 0/3] introduce Timgad LSM
 2017-02-06 13:10 UTC  (8+ messages)
` [RFC/PATCH 1/3] security: add the security_task_copy() hook
` [RFC/PATCH 2/3] security: Add the Timgad module

[PATCH] platform/x86: intel_pmc_ipc: read s0ix residency API
 2017-02-06 13:09 UTC 

[PATCH] iommu: fix static checker warning in iommu_insert_device_resv_regions
 2017-02-06 13:08 UTC  (2+ messages)

[PATCH 1/1] iommu: to avoid an unnecessary assignment
 2017-02-06 13:07 UTC  (2+ messages)

[PATCH 0/5] refcount_t and various related bits
 2017-02-06 13:06 UTC  (3+ messages)
` [PATCH 2/5] kref: Implement using refcount_t

[PATCH v5 net-next] net: mvneta: implement .set_wol and .get_wol
 2017-02-06 13:05 UTC  (2+ messages)

[PATCH] bus: arm-ccn: Fix module autoload
 2017-02-06 13:05 UTC  (4+ messages)

[PATCH] netfilter: xt_hashlimit: Fix integer divide round to zero
 2017-02-06 13:04 UTC  (2+ messages)

[PATCH v3] staging: lustre: align else if statement to coding standard
 2017-02-06 13:03 UTC  (4+ messages)

[PATCH] Signed-off-by: Ran Algawi <ran.algawi@gmail.com>
 2017-02-06 13:02 UTC  (2+ messages)

[PATCH v3 00/14] mm: page migration enhancement for thp
 2017-02-06 13:02 UTC  (7+ messages)
` [PATCH v3 01/14] mm: thp: make __split_huge_pmd_locked visible
` [PATCH v3 03/14] mm: use pmd lock instead of racy checks in zap_pmd_range()

[PATCH v2 1/3] perf tools: Use offset instead of dwarfnum in register table
 2017-02-06 13:02 UTC  (4+ messages)

[PATCH] irqchip/gicv3: Fix GICR_WAKE & GICD_IGROUPR accesses from non-secure
 2017-02-06 12:59 UTC  (3+ messages)

[PATCH 0/6] staging: BCM2835 MMAL V4L2 camera driver
 2017-02-06 12:59 UTC  (9+ messages)
` [PATCH 1/6] staging: Import the BCM2835 MMAL-based "

linux-next: build warnings after merge of the crypto tree
 2017-02-06 12:54 UTC  (2+ messages)
` crypto: atmel - Fix authenc compile test warnings

4.4-rc: 28 bioset threads on small notebook
 2017-02-06 12:53 UTC  (7+ messages)
  ` 4.4-final: "
          ` v4.9, 4.4-final: 28 bioset threads on small notebook, 36 threads on cellphone

[PATCH] fs: ext3/ext4: increase the protection of nlink dec and inode destroy
 2017-02-06 12:40 UTC  (2+ messages)

[PATCHSET for-4.11] cgroup: implement cgroup v2 thread mode
 2017-02-06 12:49 UTC  (4+ messages)

[PATCH v2] PM / Domains: Keep the pd status during system PM phases
 2017-02-06 12:46 UTC  (6+ messages)

net/kcm: WARNING in kcm_write_msgs
 2017-02-06 12:43 UTC 

[PATCH] MIPS: Unify perf counter register definitions
 2017-02-06 12:37 UTC 

[PATCH v2 00/10] Add Basic SoC support for MT6797
 2017-02-06 12:37 UTC  (13+ messages)
` [PATCH v2 01/10] Document: DT: mediatek: multiple base address support for sysirq
` [PATCH v2 02/10] irqchip: mtk-sysirq: extend intpol base to arbitrary number
` [PATCH v2 03/10] Document: DT: Add bindings for mediatek MT6797 SoC Platform
` [PATCH v2 04/10] arm64: dts: mediatek: add mt6797 support
` [PATCH v2 05/10] dt-bindings: arm: mediatek: document clk bindings for MT6797
` [PATCH v2 06/10] clk: mediatek: add clk support "
` [PATCH v2 07/10] soc: mediatek: refine scysys for mediatek platforms
` [PATCH v2 08/10] soc: mediatek: add MT6797 power dt-bindings
` [PATCH v2 09/10] soc: mediatek: add MT6797 scysys support
` [PATCH v2 10/10] arm64: dts: mediatek: add clk nodes for MT6797

[PATCH v3 0/7] drm: Add support for tiny LCD displays
 2017-02-06 12:34 UTC  (12+ messages)
` [PATCH v3 2/7] drm/tinydrm: Add helper functions
` [PATCH v3 3/7] drm/tinydrm: Add MIPI DBI support

[PATCH 1/2] crypto: atmel - refine Kconfig dependencies
 2017-02-06 12:32 UTC  (2+ messages)
` [PATCH 2/2] crypto: atmel - fix 64-bit build warnings

[PATCH v5] PCI: add a new directory for designware core
 2017-02-06 12:28 UTC  (3+ messages)

[PATCH] ASoC: fix ES8328_I2C/SPI dependencies
 2017-02-06 12:27 UTC 

[PATCH 0/5] PCI: dwc: miscellaneous cleanups and fixes
 2017-02-06 12:28 UTC  (3+ messages)

[PATCH] iommu: mtk: remove bogus 'select' statements
 2017-02-06 12:17 UTC  (2+ messages)

[PATCH 1/4] regulator: core: fix typo in regulator_bulk_disable()
 2017-02-06 12:08 UTC  (7+ messages)
` [PATCH 4/4] regulator: core: make bulk API support optional supplies

[PATCH 1/3] thermal: devfreq: Simplify expression
 2017-02-06 12:02 UTC  (3+ messages)
` [PATCH 2/3] thermal: cpu_cooling: Check OPP for errors

[PATCH] drm/panel: simple: ensure Sharp lq123p1jx31 isn't turned off too soon
 2017-02-06 12:03 UTC  (2+ messages)

[PATCH v2] PCI: pciehp: Don't enable PME on runtime suspend
 2017-02-06 11:56 UTC  (2+ messages)

[PATCH 0/6] Broadcom SBA RAID support
 2017-02-06 12:01 UTC  (4+ messages)
` [PATCH 5/6] dmaengine: Add Broadcom SBA RAID driver

[PATCH 0/2] kconfig/mconf: propagate jumping function in search result view
 2017-02-06 12:00 UTC  (3+ messages)
` [PATCH 1/2] kconfig/mconf: add jumping tip in title of search result textbox

[tip:WIP.sched/core 166/167] include/sound/control.h:107:2: error: unknown type name 'wait_queue_head_t'
 2017-02-06 11:57 UTC 

Fractional divider on the Atmel USART controller
 2017-02-06 11:56 UTC 

[PATCH v2] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver
 2017-02-06 11:55 UTC  (4+ messages)

pciehp is broken from 4.10-rc1
 2017-02-06 11:49 UTC  (3+ messages)

[PATCH -next] drm: mxsfb: fix error return code in mxsfb_load()
 2017-02-06 11:48 UTC  (2+ messages)

[PATCH] drm/vc4: simplify exit path of a failed allocation of dsi_connector
 2017-02-06 11:48 UTC  (2+ messages)

[PATCH V2 1/2] netfilter: ctnetlink: Fix regression in CTA_STATUS processing
 2017-02-06 11:44 UTC  (4+ messages)
` [PATCH V2 2/2] netfilter: ctnetlink: Fix regression in CTA_HELP processing

[PATCH 0/6] PM / Domains: Implement domain performance states
 2017-02-06 11:39 UTC  (4+ messages)

linux-next: manual merge of the arm64 tree with the qcom tree
 2017-02-06 11:44 UTC  (2+ messages)

regression for m68k/coldfire
 2017-02-06 11:40 UTC  (9+ messages)

[PATCH] cpumask: add cpumask_any_and_but()
 2017-02-06 11:38 UTC 

[PATCH RESEND v7 0/2] Add support for Omnivision OV5647
 2017-02-06 11:38 UTC  (4+ messages)
` [PATCH RESEND v7 2/2] Add support for OV5647 sensor

[PATCH 1/2 v2] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-06 11:31 UTC  (11+ messages)
` [PATCH 1/2 v3] "

[GIT PULL 0/7] EFI updates for v4.11 part 2
 2017-02-06 11:22 UTC  (8+ messages)
` [PATCH 1/7] x86/efi: Allow invocation of arbitrary runtime services
` [PATCH 2/7] arm/efi: "
` [PATCH 3/7] efi: Add SHIM and image security database GUID definitions
` [PATCH 4/7] efi: Get the secure boot status
` [PATCH 5/7] efi: Disable secure boot if shim is in insecure mode
` [PATCH 6/7] efi: Print the secure boot status in x86 setup_arch()
` [PATCH 7/7] efi: libstub: Make file I/O chunking x86-specific

[PATCH 0/8] Add STM32F469 pinctrl and fix issues in STM32 pinctrl
 2017-02-06 11:21 UTC  (6+ messages)
` [PATCH 6/8] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings

[RFC PATCH] Memory hotplug support for arm64 platform
 2017-02-06 11:17 UTC  (5+ messages)

[PATCH] tty/serial: atmel: ensure state is restored after suspending
 2017-02-06 11:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).