Translate this commit to Korean:
bc0ef4a7e4c3 ("Documentation: Delete reference to the kernel-mentors mailing
list")
Signed-off-by: SeongJae Park
---
Documentation/translations/ko_KR/howto.rst | 7 ---
1 file changed, 7 deletions(-)
diff --git a/Documentation/translations/ko_KR/howto.rs
Translate this commit to Korean:
dad051395413 ("Documentation/process/howto.rst: add a missing
cross-reference")
Signed-off-by: SeongJae Park
---
Documentation/translations/ko_KR/howto.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/ko_KR/ho
Translate this commit to Korean:
bcd3cf0855c5 ("Documentation/process/howto: Remove outdated info about
bugzilla mailing lists")
Signed-off-by: SeongJae Park
---
Documentation/translations/ko_KR/howto.rst | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/Documenta
Transalte this commit to Korean:
9799445af124 ("docs: tidy up TOCs and refs to license-rules.rst")
Signed-off-by: SeongJae Park
---
Documentation/translations/ko_KR/howto.rst | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/Documentation/translations/ko_KR/howto.
Translate this commit to Korean:
f77af637f29d ("doc:process: add links where missing")
Signed-off-by: SeongJae Park
---
Documentation/translations/ko_KR/howto.rst | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/Documentation/translations/ko_KR/howto.rst
b
On 2019-01-24 02:26, Aaro Koskinen wrote:
> Hi,
>
> On Wed, Jan 23, 2019 at 08:05:11PM +0800, liaoweixiong wrote:
>> Why should we need pstore_block?
>> 1. Most embedded intelligent equipment have no persistent ram, which
>> increases costs. We perfer to cheaper solutions, like block devices.
>> I
On 2019-01-24 02:19, Aaro Koskinen wrote:
> Hi,
>
> On Sat, Jan 19, 2019 at 04:53:48PM +0800, liaoweixiong wrote:
>> On 2019-01-18 08:12, Kees Cook wrote:
MTD (drivers/mtd/mtdoops.c).
>>>
>>> Would mtdoops get dropped in favor of pstore/blk, or do they not share
>>> features?
>>
>> We can sho
On Wed, Jan 23, 2019 at 09:32:16PM -0500, Joel Fernandes wrote:
> On Wed, Jan 23, 2019 at 02:37:47PM -0800, Daniel Colascione wrote:
> > On Wed, Jan 23, 2019 at 1:29 PM Karim Yaghmour
> > wrote:
> [...]
> > > Personally I advocated a more aggressive approach with Joel in private:
> > > just put th
On 1/23/19 11:37 PM, Daniel Colascione wrote:
While I think there's definitely a place for eBPF as part of the
Android performance toolkit, I think most users will end up using it
through rich front-end performance collection and analysis tools (of
the sort I'm working on) rather than directly
Quoting Guenter Roeck (2019-01-23 10:01:55)
> On Wed, Jan 23, 2019 at 02:25:53PM -0300, Paul Cercueil wrote:
> > Hi,
> >
> > Le mer. 23 janv. 2019 à 11:31, Guenter Roeck a écrit
> > :
> > >On 1/23/19 4:58 AM, Mathieu Malaterre wrote:
> > >>On Wed, Dec 12, 2018 at 11:09 PM Paul Cercueil
> > >>
Le jeu. 24 janv. 2019 à 16:28, Stephen Boyd a
écrit :
Quoting Guenter Roeck (2019-01-23 10:01:55)
On Wed, Jan 23, 2019 at 02:25:53PM -0300, Paul Cercueil wrote:
> Hi,
>
> Le mer. 23 janv. 2019 Ã 11:31, Guenter Roeck
a écrit :
> >On 1/23/19 4:58 AM, Mathieu Malaterre wrote:
> >>On
On Thu, Jan 24, 2019 at 07:57:26PM +0100, Karim Yaghmour wrote:
>
> On 1/23/19 11:37 PM, Daniel Colascione wrote:
[..]
> > > Personally I advocated a more aggressive approach with Joel in private:
> > > just put the darn headers straight into the kernel image, it's the
> > > *only* artifact we're
Psi monitor aims to provide a low-latency short-term pressure
detection mechanism configurable by users. It allows users to
monitor psi metrics growth and trigger events whenever a metric
raises above user-defined threshold within user-defined time window.
Time window and threshold are both expres
This is respin of:
https://lwn.net/ml/linux-kernel/20190110220718.261134-1-sur...@google.com/
Android is adopting psi to detect and remedy memory pressure that
results in stuttering and decreased responsiveness on mobile devices.
Psi gives us the stall information, but because we're dealing wit
From: Johannes Weiner
Kernfs has a standardized poll/notification mechanism for waking all
pollers on all fds when a filesystem node changes. To allow polling
for custom events, add a .poll callback that can override the default.
This is in preparation for pollable cgroup pressure files which ha
From: Johannes Weiner
Cgroup has a standardized poll/notification mechanism for waking all
pollers on all fds when a filesystem node changes. To allow polling
for custom events, add a .poll callback that can override the default.
This is in preparation for pollable cgroup pressure files which ha
The psi monitoring patches will need to determine the same states as
record_times(). To avoid calculating them twice, maintain a state mask
that can be consulted cheaply. Do this in a separate patch to keep the
churn in the main feature patch at a minimum.
This adds 4-byte state_mask member into ps
Renaming psi_group structure member fields used for calculating psi
totals and averages for clear distinction between them and trigger-related
fields that will be added next.
Signed-off-by: Suren Baghdasaryan
---
include/linux/psi_types.h | 15 ---
kernel/sched/psi.c| 26
Paul,
On Wed, Dec 12, 2018 at 11:09 PM Paul Cercueil wrote:
>
> Hi,
>
> Here's the version 8 and hopefully final version of my patchset, which
> adds support for the Timer/Counter Unit found in JZ47xx SoCs from
> Ingenic.
I can no longer boot my MIPS Creator CI20 with this series (merged
opendin
Hi Mathieu,
Le jeu. 24 janv. 2019 à 18:26, Mathieu Malaterre a
écrit :
Paul,
On Wed, Dec 12, 2018 at 11:09 PM Paul Cercueil
wrote:
Hi,
Here's the version 8 and hopefully final version of my patchset,
which
adds support for the Timer/Counter Unit found in JZ47xx SoCs from
Ingenic.
Translate this commit to Korean:
7696f9910a9a ("sched/Documentation: Update wake_up() & co. memory-barrier
guarantees")
Signed-off-by: SeongJae Park
Reviewed-by: Yunjae Lee
---
.../translations/ko_KR/memory-barriers.txt | 43 +-
1 file changed, 26 insertions(+),
Transalte this commit to Korean:
2f359c7ea554 ("locking/memory-barriers: Replace smp_cond_acquire() with
smp_cond_load_acquire()")
Signed-off-by: SeongJae Park
Reviewed-by: Yunjae Lee
---
Documentation/translations/ko_KR/memory-barriers.txt | 6 ++
1 file changed, 2 insertions(+), 4 del
This patchset updates the Korean translation of memory-barriers.txt to follow
latest changes. It has been reviewed by my one Korean colleague.
SeongJae Park (2):
sched/Documentation/kokr: Update Korean translation to update
wake_up() & co. memory-barrier guarantees
locking/memory-barriers
Quoting Paul Cercueil (2019-01-24 12:46:28)
>
>
> Le jeu. 24 janv. 2019 à 16:28, Stephen Boyd a
> écrit :
> > Quoting Guenter Roeck (2019-01-23 10:01:55)
> >> On Wed, Jan 23, 2019 at 02:25:53PM -0300, Paul Cercueil wrote:
> >> > Hi,
> >> >
> >> > Le mer. 23 janv. 2019 Ã 11:31, Guenter Roec
Le jeu. 24 janv. 2019 à 19:46, Stephen Boyd a
écrit :
Quoting Paul Cercueil (2019-01-24 12:46:28)
Le jeu. 24 janv. 2019 à 16:28, Stephen Boyd a
écrit :
> Quoting Guenter Roeck (2019-01-23 10:01:55)
>> On Wed, Jan 23, 2019 at 02:25:53PM -0300, Paul Cercueil wrote:
>> > Hi,
>> >
25 matches
Mail list logo